Class ClasspathJarUtils.JarBuilderWalker
- java.lang.Object
-
- org.apache.commons.io.DirectoryWalker
-
- com.atlassian.bamboo.agent.classserver.ClasspathJarUtils.JarBuilderWalker
-
- Enclosing class:
- ClasspathJarUtils
public static class ClasspathJarUtils.JarBuilderWalker extends org.apache.commons.io.DirectoryWalker
-
-
Constructor Summary
Constructors Constructor Description JarBuilderWalker(Set<String> blacklist)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
handleDirectory(File directory, int depth, Collection results)
protected void
handleFile(File file, int depth, Collection results)
Set<File>
walk(File baseDirectory)
-
-
-
Method Detail
-
walk
public Set<File> walk(File baseDirectory) throws IOException
- Throws:
IOException
-
handleDirectory
protected boolean handleDirectory(File directory, int depth, Collection results) throws IOException
- Overrides:
handleDirectory
in classorg.apache.commons.io.DirectoryWalker
- Throws:
IOException
-
handleFile
protected void handleFile(File file, int depth, Collection results) throws IOException
- Overrides:
handleFile
in classorg.apache.commons.io.DirectoryWalker
- Throws:
IOException
-
-