com.atlassian.bamboo.agent.classserver
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
Nested classes/interfaces inherited from class org.apache.commons.io.DirectoryWalker |
org.apache.commons.io.DirectoryWalker.CancelException |
Methods inherited from class org.apache.commons.io.DirectoryWalker |
checkIfCancelled, filterDirectoryContents, handleCancelled, handleDirectoryEnd, handleDirectoryStart, handleEnd, handleIsCancelled, handleRestricted, handleStart, walk |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClasspathJarUtils.JarBuilderWalker
public ClasspathJarUtils.JarBuilderWalker(Set<String> blacklist)
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 class org.apache.commons.io.DirectoryWalker
- Throws:
IOException
handleFile
protected void handleFile(File file,
int depth,
Collection results)
throws IOException
- Overrides:
handleFile
in class org.apache.commons.io.DirectoryWalker
- Throws:
IOException
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.