public class DirectoryScannerHelper
extends java.lang.Object
| Constructor and Description |
|---|
DirectoryScannerHelper() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List |
getSelectedDirectories(org.apache.tools.ant.DirectoryScanner ds,
org.apache.tools.ant.Project project)
Extract selected directories from a matching task.
|
static java.lang.String[] |
getSelectedDirectoriesAsString(org.apache.tools.ant.DirectoryScanner ds,
org.apache.tools.ant.Project project)
Extract selected directories from a matching task.
|
static java.util.List |
getSelectedFiles(org.apache.tools.ant.DirectoryScanner ds,
org.apache.tools.ant.Project project)
Extract selected files from a matching task.
|
static java.lang.String[] |
getSelectedFilesAsString(org.apache.tools.ant.DirectoryScanner ds,
org.apache.tools.ant.Project project)
Extract selected files from a matching task.
|
public static java.util.List getSelectedFiles(org.apache.tools.ant.DirectoryScanner ds,
org.apache.tools.ant.Project project)
mt - is the matching taskroot - is the file descriptor of the root directorypublic static java.lang.String[] getSelectedFilesAsString(org.apache.tools.ant.DirectoryScanner ds,
org.apache.tools.ant.Project project)
mt - is the matching taskroot - is the file descriptor of the root directorypublic static java.util.List getSelectedDirectories(org.apache.tools.ant.DirectoryScanner ds,
org.apache.tools.ant.Project project)
mt - is the matching taskroot - is the file descriptor of the root directorypublic static java.lang.String[] getSelectedDirectoriesAsString(org.apache.tools.ant.DirectoryScanner ds,
org.apache.tools.ant.Project project)
mt - is the matching taskroot - is the file descriptor of the root directory