Package io.datarouter.filesystem.raw
Class PathService.CheckedPathService
java.lang.Object
io.datarouter.filesystem.raw.PathService.CheckedPathService
- Enclosing class:
- PathService
@Singleton public static class PathService.CheckedPathService extends Object
-
Field Summary
Fields Modifier and Type Field Description static Comparator<Path>PATH_COMPARATOR -
Constructor Summary
Constructors Constructor Description CheckedPathService() -
Method Summary
-
Field Details
-
Constructor Details
-
CheckedPathService
public CheckedPathService()
-
-
Method Details
-
listChildren
public List<Path> listChildren(Path fullPath, Set<String> excludingFilenames, int limit, boolean sorted) throws IOException- Throws:
IOException
-
size
- Throws:
IOException
-
delete
- Throws:
IOException
-