|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileFilterMatchType | |
|---|---|
| org.clapper.util.io | org.clapper.util.io - Input/Output Classes. |
| Uses of FileFilterMatchType in org.clapper.util.io |
|---|
| Methods in org.clapper.util.io that return FileFilterMatchType | |
|---|---|
static FileFilterMatchType |
FileFilterMatchType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FileFilterMatchType[] |
FileFilterMatchType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.clapper.util.io with parameters of type FileFilterMatchType | |
|---|---|
RegexFileFilter(java.lang.String regex,
FileFilterMatchType matchType)
Construct a new RegexFileFilter using the specified pattern. |
|
RegexFileFilter(java.lang.String regex,
int regexFlags,
FileFilterMatchType matchType)
Construct a new RegexFileFilter using the specified pattern. |
|
RegexFilenameFilter(java.lang.String regex,
FileFilterMatchType matchType)
Construct a new RegexFilenameFilter using the specified pattern. |
|
RegexFilenameFilter(java.lang.String regex,
int regexFlags,
FileFilterMatchType matchType)
Construct a new RegexFilenameFilter using the specified pattern. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||