Modifier and Type | Interface and Description |
---|---|
static interface |
SearchInfo.Files
Additionally defines which
FileObject s should be searched. |
Modifier and Type | Method and Description |
---|---|
static SearchInfo |
SearchInfoFactory.createCompoundSearchInfo(SearchInfo... delegates)
Creates a
SearchInfo compound of the given delegates. |
static SearchInfo |
SearchInfoFactory.FileObject[] folders,
boolean recursive,
FileObjectFilter[] filters)
Creates a
SearchInfo object for given folders. |
static SearchInfo |
SearchInfoFactory.FileObject folder,
boolean recursive,
FileObjectFilter[] filters)
Creates a
SearchInfo object for a given folder. |
static SearchInfo |
SearchInfoFactory.Node node)
Creates a
SearchInfo object combining
SearchInfo objects returned by the node's subnodes. |
Modifier and Type | Method and Description |
---|---|
static SearchInfo |
SearchInfoFactory.createCompoundSearchInfo(SearchInfo... delegates)
Creates a
SearchInfo compound of the given delegates. |
static FileObject> |
Utils.getFileObjectsIterator(SearchInfo si)
Returns
Iterator of FileObject 's for the provided SearchInfo . |