hudson.util
Class DirScanner.Filter

java.lang.Object
  extended by hudson.util.DirScanner
      extended by hudson.util.DirScanner.Full
          extended by 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

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

public DirScanner.Filter(FileFilter filter)
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.

Overrides:
scan in class DirScanner.Full
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.