hudson.util
Class DirScanner.Full

java.lang.Object
  extended by hudson.util.DirScanner
      extended by hudson.util.DirScanner.Full
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DirScanner.Filter
Enclosing class:
DirScanner

public static class DirScanner.Full
extends DirScanner

Scans everything recursively.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.util.DirScanner
DirScanner.Filter, DirScanner.Full, DirScanner.Glob
 
Constructor Summary
DirScanner.Full()
           
 
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
 

Constructor Detail

DirScanner.Full

public DirScanner.Full()
Method Detail

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.