hudson.util
Class DirScanner.Filter
java.lang.Object
hudson.util.DirScanner
hudson.util.DirScanner.Full
hudson.util.DirScanner.Filter
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DirScanner
public static class DirScanner.Filter
- extends DirScanner.Full
Scans by filtering things out from FileFilter
- See Also:
- Serialized Form
Method Summary |
void |
scan(File dir,
FileVisitor visitor)
Scans the given directory and pass files onto the given visitor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DirScanner.Filter
public DirScanner.Filter(FileFilter filter)
scan
public void scan(File dir,
FileVisitor visitor)
throws IOException
- Description copied from class:
DirScanner
- Scans the given directory and pass files onto the given visitor.
- Overrides:
scan
in class DirScanner.Full
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.