Class RepositoryCleaner
- java.lang.Object
-
- org.apache.commons.io.DirectoryWalker
-
- org.jenkinsci.plugins.mavenrepocleaner.RepositoryCleaner
-
public class RepositoryCleaner extends org.apache.commons.io.DirectoryWalker
-
-
Constructor Summary
Constructors Constructor Description RepositoryCleaner(long timestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<String>
clean(File repository)
protected void
handleDirectoryStart(File directory, int depth, Collection results)
-
-
-
Method Detail
-
clean
public Collection<String> clean(File repository) throws IOException
- Throws:
IOException
-
handleDirectoryStart
protected final void handleDirectoryStart(File directory, int depth, Collection results) throws IOException
- Overrides:
handleDirectoryStart
in classorg.apache.commons.io.DirectoryWalker
- Throws:
IOException
-
-