public class DirectoryScanner extends Object
| Constructor and Description |
|---|
DirectoryScanner(File dirToScan,
JamLogger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
exclude(String pattern) |
String[] |
getIncludedFiles()
Scans the root directory with the patterns that have been included
and excluded and returns the names of the resulting file set
relative to the root dir.
|
File |
getRoot() |
void |
include(String pattern) |
void |
setDirty() |
public void include(String pattern)
public void exclude(String pattern)
public String[] getIncludedFiles() throws IOException
IOExceptionpublic void setDirty()
public File getRoot()
Copyright © 2010 - 2020 Adobe. All Rights Reserved