-
locationIncludes
List<E> locationIncludes
Contains FS patterns which specify directory names which are to be
included no matter what is specified in directoryExcludes.
-
locationExcludes
List<E> locationExcludes
These list contains FS pattern for directories which are to be ignored.
An exception is the definition within directoryIncludes which overrides
the excludes list.
-
fileIncludes
List<E> fileIncludes
Contains FS patterns which specify file names which are to be included no
matter what is specified in fileExcludes.
-
fileExcludes
List<E> fileExcludes
These list contains FS pattern for files which are to be ignored. An
exception is the definition within fileIncludes which overrides the
excludes list.
-
ignoreHidden
boolean ignoreHidden
This flag specifies whether hidden file should be ignored by defaults.
This flag is used when neither in includeXXX nor in excludeXXX a matching
FS pattern is defined.
-
hashCode
int hashCode
Contains the hashCode.