Method Summary |
|
public String[] | getIncludedDirectories() Returns the names of the directories which matched at least one of the
include patterns and none of the exclude patterns. |
public String[] | getIncludedFiles() Returns the names of the files which matched at least one of the
include patterns and none of the exclude patterns. |
public void | init() Initialize DirectoryScanner data structures. |
public boolean | match(String path) Matches a jar entry against the includes/excludes list,
normalizing the path separator. |
public void | setEncoding(String encoding) Sets encoding of file names. |
public void | setSrc(File srcFile) Sets the srcFile for scanning. |