com.michelin.cio.hudson.plugins.copytoslave
Class MyGlobDirScanner
java.lang.Object
hudson.util.DirScanner
com.michelin.cio.hudson.plugins.copytoslave.MyGlobDirScanner
- All Implemented Interfaces:
- Serializable
public class MyGlobDirScanner
- extends hudson.util.DirScanner
Modified copy of Hudson's DirScanner.Glob to modify the scan()
method so that it takes into account Ant's default excludes (cf. HUDSON-7999).
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class hudson.util.DirScanner |
hudson.util.DirScanner.Filter, hudson.util.DirScanner.Full, hudson.util.DirScanner.Glob |
|
Method Summary |
void |
scan(File dir,
hudson.util.FileVisitor visitor)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
scan
public void scan(File dir,
hudson.util.FileVisitor visitor)
throws IOException
- Specified by:
scan in class hudson.util.DirScanner
- Throws:
IOException
Copyright © 2004-2012 Hudson. All Rights Reserved.