

Public Member Functions | |
| FileNameFilter (long start, long end) | |
| boolean | accept (File dir, String name) |
Private Attributes | |
| final long | start |
| final long | end |
Static Private Attributes | |
| static final String | header = "logOutput" |
The filter for the file names.
The file names have the following format: logOutput<StartDate>--<EndDate>.xml. like for example logOutput2008-09-19T11_21_50.115--2008-09-19T11_21_51.637.xml.
The file names accepted by this filter are all the file names with the format described above and whose start and end dates are in a given time interval, defined in the constructor.
| alma::acs::logging::archive::zoom::FilesManager::FileNameFilter::FileNameFilter | ( | long | start, | |
| long | end | |||
| ) | [inline] |
The start and end dates to accept in the file name
| start | The start date (can be 0) | |
| end | The end date |
| boolean alma::acs::logging::archive::zoom::FilesManager::FileNameFilter::accept | ( | File | dir, | |
| String | name | |||
| ) | [inline] |
References alma::acs::logging::archive::zoom::FilesManager::dateFormat, end, and header.
final long alma::acs::logging::archive::zoom::FilesManager::FileNameFilter::end [private] |
The end date in the file name
Referenced by accept().
final String alma::acs::logging::archive::zoom::FilesManager::FileNameFilter::header = "logOutput" [static, private] |
The start name of each log file
Referenced by accept().
final long alma::acs::logging::archive::zoom::FilesManager::FileNameFilter::start [private] |
The start date in the file name
1.6.2