Class FullClassNameMatcher

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Set<java.lang.String> classesSet  
    • Constructor Summary

      Constructors 
      Constructor Description
      FullClassNameMatcher​(java.lang.String... classes)
      Constructs an object based on the specified class names.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.String className)
      Returns true if the supplied class name matches this object's condition.
      • Methods inherited from class java.lang.Object

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

      • classesSet

        private final java.util.Set<java.lang.String> classesSet
    • Constructor Detail

      • FullClassNameMatcher

        public FullClassNameMatcher​(java.lang.String... classes)
        Constructs an object based on the specified class names.
        Parameters:
        classes - a list of class names
    • Method Detail

      • matches

        public boolean matches​(java.lang.String className)
        Description copied from interface: ClassNameMatcher
        Returns true if the supplied class name matches this object's condition.
        Specified by:
        matches in interface ClassNameMatcher
        Parameters:
        className - fully qualified class name
        Returns:
        true if the class name matches this object's condition