Serialized Form
Package org.apache.commons.io |
serialVersionUID: 1347339620135041008L
file
java.io.File file
- The file being processed when the exception was thrown.
depth
int depth
- The file depth when the exception was thrown.
serialVersionUID: -6343169151696340687L
readResolve
private java.lang.Object readResolve()
- Replaces the enumeration from the stream with a real one.
This ensures that the correct flag is set for SYSTEM.
name
java.lang.String name
- The enumeration name.
serialVersionUID: 1L
Package org.apache.commons.io.comparator |
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
sumDirectoryContents
boolean sumDirectoryContents
- Whether the sum of the directory's contents should be calculated.
Package org.apache.commons.io.filefilter |
cutoff
long cutoff
- The cutoff time threshold.
acceptOlder
boolean acceptOlder
- Whether the files accepted will be older or newer.
fileFilters
java.util.List<E> fileFilters
- The list of file filters.
filenameFilter
java.io.FilenameFilter filenameFilter
- The Filename filter
fileFilter
java.io.FileFilter fileFilter
- The File filter
names
java.lang.String[] names
- The filenames to search for
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
filter
IOFileFilter filter
- The filter
fileFilters
java.util.List<E> fileFilters
- The list of file filters.
prefixes
java.lang.String[] prefixes
- The filename prefixes to search for
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
pattern
java.util.regex.Pattern pattern
- The regular expression pattern that will be used to match filenames
size
long size
- The size threshold.
acceptLarger
boolean acceptLarger
- Whether the files accepted will be larger or smaller.
suffixes
java.lang.String[] suffixes
- The filename suffixes to search for
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
wildcards
java.lang.String[] wildcards
- The wildcards that will be used to match filenames.
caseSensitivity
IOCase caseSensitivity
- Whether the comparison is case sensitive.
wildcards
java.lang.String[] wildcards
- Deprecated.
- The wildcards that will be used to match filenames.
Package org.apache.commons.io.input |
charSequence
java.lang.CharSequence charSequence
idx
int idx
mark
int mark
Copyright (c) 2002-2013 Apache Software Foundation