public interface DirectoryAnalyser
ImportableItems.
Please note that this interface is not intended to have more than one implementation
(DirectoryAnalyserImpl) - it exists solely for dependency injection purposes.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VERSION_SUFFIX_REGEX
Regex string for the version filename suffix
|
| Modifier and Type | Method and Description |
|---|---|
AnalysedDirectory |
analyseDirectory(ImportableItem directory,
java.io.FileFilter filter)
Analyses the given directory.
|
static final java.lang.String VERSION_SUFFIX_REGEX
AnalysedDirectory analyseDirectory(ImportableItem directory, java.io.FileFilter filter)
directory - The directory to analyse (note: must be a directory) (must not be null).AnalysedDirectory object (will not be null).Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.