hudson.util
Class DirScanner.Glob
java.lang.Object
hudson.util.DirScanner
hudson.util.DirScanner.Glob
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- DirScanner
public static class DirScanner.Glob
- extends DirScanner
Scans by using Ant GLOB syntax.
- 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.Glob
public DirScanner.Glob(String includes,
String excludes)
DirScanner.Glob
public DirScanner.Glob(String includes,
String excludes,
boolean useDefaultExcludes)
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.
- Specified by:
scan
in class DirScanner
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.