1 | private boolean useDefaultExcludes = true;↵ | | 1 | private boolean useDefaultExcludes = true;↵
|
2 | private boolean caseSensitive = true;↵ | | 2 | private boolean caseSensitive = true;↵
|
3 | private boolean followSymlinks = true;↵ | | 3 | private boolean followSymlinks = true;↵
|
|
4 | /* cached DirectoryScanner instance for our own Project only */↵ | | 4 | /* cached DirectoryScanner instance */↵
|
5 | private DirectoryScanner directoryScanner = null;↵ | | 5 | private DirectoryScanner ds = null;↵
|
|
6 | /**↵ | | 6 | /**↵
|
7 | * Construct a new <code>AbstractFileSet</code>.↵ | | 7 | * Construct a new <code>Files</code> collection.↵
|
8 | */↵ | | 8 | */↵
|
9 | public AbstractFileSet() {↵ | | 9 | public Files() {↵
|
10 | super(); | | 10 | super();
|