|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.plexus.util.AbstractScanner
org.codehaus.plexus.util.DirectoryScanner
org.apache.torque.util.SimpleScanner
public class SimpleScanner
This class provides a simple method for scanning a directory for files that match include/exclude patterns
| Field Summary |
|---|
| Fields inherited from class org.codehaus.plexus.util.DirectoryScanner |
|---|
basedir, dirsDeselected, dirsExcluded, dirsIncluded, dirsNotIncluded, everythingIncluded, filesDeselected, filesExcluded, filesIncluded, filesNotIncluded, haveSlowResults |
| Fields inherited from class org.codehaus.plexus.util.AbstractScanner |
|---|
DEFAULTEXCLUDES, excludes, includes, isCaseSensitive |
| Constructor Summary | |
|---|---|
SimpleScanner()
|
|
SimpleScanner(File baseDir,
String[] includes,
String[] excludes)
|
|
SimpleScanner(File baseDir,
String include,
String exclude)
|
|
| Method Summary | |
|---|---|
protected static String[] |
getArray(String s)
|
List<File> |
getFiles()
This method returns a sorted list of files that match an include pattern but do not match an exclude pattern |
| Methods inherited from class org.codehaus.plexus.util.DirectoryScanner |
|---|
getBasedir, getDeselectedDirectories, getDeselectedFiles, getExcludedDirectories, getExcludedFiles, getIncludedDirectories, getIncludedFiles, getNotIncludedDirectories, getNotIncludedFiles, isEverythingIncluded, isSelected, isSymbolicLink, scan, scandir, setBasedir, setBasedir, setFollowSymlinks, slowScan |
| Methods inherited from class org.codehaus.plexus.util.AbstractScanner |
|---|
addDefaultExcludes, couldHoldIncluded, isExcluded, isIncluded, match, match, matchPath, matchPath, matchPatternStart, matchPatternStart, setCaseSensitive, setExcludes, setIncludes, setupDefaultFilters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleScanner()
public SimpleScanner(File baseDir,
String include,
String exclude)
public SimpleScanner(File baseDir,
String[] includes,
String[] excludes)
| Method Detail |
|---|
protected static final String[] getArray(String s)
public List<File> getFiles()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||