Class ResolvedTest.ClassMatcher

  • Enclosing class:
    ResolvedTest

    private final class ResolvedTest.ClassMatcher
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.apache.maven.shared.utils.io.MatchPatterns cache  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ClassMatcher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private boolean matchClassPatter​(java.lang.String testClassFile)  
      private boolean matchClassRegexPatter​(java.lang.String testClassFile)  
      (package private) boolean matchTestClassFile​(java.lang.String testClassFile)  
      private org.apache.maven.shared.utils.io.MatchPatterns of​(java.lang.String... sources)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cache

        private volatile org.apache.maven.shared.utils.io.MatchPatterns cache
    • Constructor Detail

      • ClassMatcher

        private ClassMatcher()
    • Method Detail

      • matchTestClassFile

        boolean matchTestClassFile​(java.lang.String testClassFile)
      • of

        private org.apache.maven.shared.utils.io.MatchPatterns of​(java.lang.String... sources)
      • matchClassPatter

        private boolean matchClassPatter​(java.lang.String testClassFile)
      • matchClassRegexPatter

        private boolean matchClassRegexPatter​(java.lang.String testClassFile)