Searched defs:cleanDirectory (Results 1 – 2 of 2) sorted by relevance
226 public static PathCounters cleanDirectory(final Path directory) throws IOException { in cleanDirectory() method in PathUtils239 …public static PathCounters cleanDirectory(final Path directory, final DeleteOption... deleteOption… in cleanDirectory() method in PathUtils
348 public static void cleanDirectory(final File directory) throws IOException { in cleanDirectory() method in FileUtils