com.michelin.cio.hudson.plugins.copytoslave
Class MyGlobDirScanner

java.lang.Object
  extended by hudson.util.DirScanner
      extended by com.michelin.cio.hudson.plugins.copytoslave.MyGlobDirScanner
All Implemented Interfaces:
java.io.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 Class Summary
 
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(java.io.File dir, hudson.util.FileVisitor visitor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

scan

public void scan(java.io.File dir,
                 hudson.util.FileVisitor visitor)
          throws java.io.IOException
Specified by:
scan in class hudson.util.DirScanner
Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.