public interface FilePattern
Modifier and Type | Method and Description |
---|---|
int |
getMinimumCount()
Returns the minimum number of files that must exist for this pattern to be
satisfied.
|
java.lang.String |
getPattern()
Returns the file pattern to which files are matched; the file pattern typically
includes wildcard characters.
|
void |
setMinimumCount(int minimumCount)
Sets the minimum number of files that must exist for this pattern to be
satisfied.
|
void |
setPattern(java.lang.String filePattern)
The file pattern to which files are matched; the file pattern typically
includes wildcard characters.
|
int getMinimumCount()
java.lang.String getPattern()
void setMinimumCount(int minimumCount)
minimumCount
- The minimum number of files that must exist for this pattern to be
satisfied.java.lang.IllegalArgumentException
- If minimumCount is null or empty.void setPattern(java.lang.String filePattern)
filePattern
- The file pattern to which files are matched.java.lang.IllegalArgumentException
- If filePattern is null or empty.© 2000-2025 Flux Corporation. All rights reserved.