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