public interface FileSetFilter
FileSet.| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptDirectory(java.lang.String path)
Determine whether the filter accepts a directory.
|
boolean |
acceptFile(java.lang.String path)
Determine whether the filter accepts a file.
|
java.lang.String |
getUniqueIdentifier()
Obtain a string which uniquely identifies this filter.
|
boolean acceptDirectory(java.lang.String path)
path - the path of the directorytrue if the filter accepts the directory,
false otherwiseboolean acceptFile(java.lang.String path)
path - the path of the filetrue if the filter accepts the file,
false otherwisejava.lang.String getUniqueIdentifier()