Package | Description |
---|---|
org.refcodes.filesystem | |
org.refcodes.filesystem.impls |
Modifier and Type | Method and Description |
---|---|
List<FileHandle> |
FileSystem.getFileHandles(String aPath,
boolean isRecursively)
With the behavior of the
#hasFiles() method, all file (handle)s
found for the path are returned. |
Modifier and Type | Method and Description |
---|---|
List<FileHandle> |
InMemoryFileSystemImpl.getFileHandles(String aPath,
boolean isRecursively) |
List<FileHandle> |
ChangeRootFileSystemWrapperImpl.getFileHandles(String aPath,
boolean isRecursively) |
Copyright © 2017. All rights reserved.