Class FileSets
java.lang.Object
org.aksw.jenax.dataaccess.sparql.creator.FileSets
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaccumulate(Collection<Path> acc, Path path, String globPattern) static voidaccumulateIfExists(Collection<Path> acc, Path path) static voidlistPathsDepthFirst(Collection<Path> acc, Path rootDir) List files and directories in an order safe for deletion.
-
Constructor Details
-
FileSets
public FileSets()
-
-
Method Details
-
accumulateIfExists
-
accumulate
-
listPathsDepthFirst
List files and directories in an order safe for deletion.- Throws:
IOException
-