See: Description
Interface | Description |
---|---|
FileScanner |
Responsible for scanning a directory for files whose match certain criteria.
|
Class | Description |
---|---|
AntFileScanner |
File scanner which uses Ant patterns to match
files.
|
DestinationFileCreator |
Responsible for creating a virtual (not physical) destination file in the output directory based on the source
directory, the source file and the output file name pattern.
|
LoggerUtils |
Provides tools to log information related with files.
|
LoggingDirectoryScanner |
Extended version of the
DirectoryScanner which adds logger instructions in debug mode. |
LoggingFileFilter |
Decorator which adds logger instructions (in debug mode) to an instance of the
IOFileFilter . |
RegexFileFilter |
File filter which uses regular expressions to accept files.
|
RegexFileScanner |
File scanner which uses regular expressions to match files.
|
ScannerFactory |
Responsible for creating new instances of the
FileScanner by the ScannerPatternFormat . |
Enum | Description |
---|---|
ScannerPatternFormat |
Represents inclusion and exclusion fileset patterns format used by the
FileScanner . |
Exception | Description |
---|---|
RegexFileFilterException |
Thrown to indicate that an error occurred during file-filtering process by regular expressions.
|
Contains classes related with I/O operations. It provides tools to:
FileScanner
)DestinationFileCreator
)Copyright © 2015–2016 gabrys.biz. All rights reserved.