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 String |
VERSION_SUFFIX_REGEX
Regex string for the version filename suffix
|
| Modifier and Type | Method and Description |
|---|---|
AnalysedDirectory |
analyseDirectory(ImportableItem directory,
DirectoryStream.Filter<Path> filter)
Analyses the given directory.
|
static final String VERSION_SUFFIX_REGEX
AnalysedDirectory analyseDirectory(ImportableItem directory, DirectoryStream.Filter<Path> filter)
directory - The directory to analyse (note: must be a directory) (must not be null).AnalysedDirectory object (will not be null).Copyright © 2005–2018 Alfresco Software. All rights reserved.