hudson.plugins.dimensionsscm
Class FileScanner

java.lang.Object
  extended by hudson.plugins.dimensionsscm.FileScanner
All Implemented Interfaces:
java.io.Serializable

public class FileScanner
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
 class FileScanner.ScannerFilter
          File pattern matcher class.
 
Constructor Summary
FileScanner(java.io.File dirName, java.lang.String[] patterns, int depth)
          Constructor.
 
Method Summary
 java.util.Collection<java.io.File> getFiles()
           
 java.io.File[] toArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileScanner

public FileScanner(java.io.File dirName,
                   java.lang.String[] patterns,
                   int depth)
Constructor.

Method Detail

getFiles

public java.util.Collection<java.io.File> getFiles()

toArray

public java.io.File[] toArray()


Copyright © 2010. All Rights Reserved.