Class SpecificFileFilter


  • @Deprecated
    public class SpecificFileFilter
    extends java.lang.Object
    Deprecated.
    filters file names by a given collection of class name patterns
    • Field Summary

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

      Constructors 
      Constructor Description
      SpecificFileFilter​(java.lang.String[] classNames)
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean accept​(java.lang.String resourceName)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

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

      • names

        private java.util.Set<java.lang.String> names
        Deprecated.
    • Constructor Detail

      • SpecificFileFilter

        public SpecificFileFilter​(@Nullable
                                  java.lang.String[] classNames)
        Deprecated.
    • Method Detail

      • accept

        public boolean accept​(@Nullable
                              java.lang.String resourceName)
        Deprecated.