hudson.util
Class DirScanner.Glob

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

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

public DirScanner.Glob(String includes,
                       String excludes)

DirScanner.Glob

public DirScanner.Glob(String includes,
                       String excludes,
                       boolean useDefaultExcludes)
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.