Uses of Class
de.jstacs.io.SubstringFilenameFilter.PartOfName

Packages that use SubstringFilenameFilter.PartOfName
de.jstacs.io Provides classes for reading data from and writing to a file and storing a number of datatypes, including all primitives, arrays of primitives, and Storables to an XML-representation 
 

Uses of SubstringFilenameFilter.PartOfName in de.jstacs.io
 

Methods in de.jstacs.io that return SubstringFilenameFilter.PartOfName
static SubstringFilenameFilter.PartOfName SubstringFilenameFilter.PartOfName.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SubstringFilenameFilter.PartOfName[] SubstringFilenameFilter.PartOfName.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in de.jstacs.io with parameters of type SubstringFilenameFilter.PartOfName
SubstringFilenameFilter(SubstringFilenameFilter.PartOfName type, String desc, boolean dir, boolean ignoreCase, String... substring)
          Creates a new SubstringFilenameFilter with given substring(s) of type type to be found in the filename of the Files to be filtered.