Uses of Class
hudson.util.DirScanner

Packages that use DirScanner
hudson   
hudson.util Other miscellaneous utility code 
 

Uses of DirScanner in hudson
 

Methods in hudson with parameters of type DirScanner
 int FilePath.archive(ArchiverFactory factory, OutputStream os, DirScanner scanner)
          Archives this directory into the specified archive format, to the given OutputStream, by using DirScanner to choose what files to include.
 int FilePath.tar(OutputStream out, DirScanner scanner)
          Uses the given scanner on 'this' directory to list up files and then archive it to a tar stream.
 int FilePath.zip(OutputStream out, DirScanner scanner)
          Uses the given scanner on 'this' directory to list up files and then archive it to a zip stream.
 

Uses of DirScanner in hudson.util
 

Subclasses of DirScanner in hudson.util
static class DirScanner.Filter
          Scans by filtering things out from FileFilter
static class DirScanner.Full
          Scans everything recursively.
static class DirScanner.Glob
          Scans by using Ant GLOB syntax.
 



Copyright © 2004-2013. All Rights Reserved.