protected static class ClasspathScannerImpl.Cache extends Object
Modifier and Type | Field and Description |
---|---|
private List<ClasspathFile> |
classpathResourceFiles |
private ClasspathFolder |
root |
Constructor and Description |
---|
Cache(ClasspathFolder root,
List<ClasspathFile> fileList)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ClasspathFile> |
getClasspathResourceFiles() |
ClasspathFolder |
getRoot() |
private final ClasspathFolder root
private final List<ClasspathFile> classpathResourceFiles
public Cache(ClasspathFolder root, List<ClasspathFile> fileList)
root
- - see getRoot()
.fileList
- - see getClasspathResourceFiles()
.public ClasspathFolder getRoot()
root folder
.public List<ClasspathFile> getClasspathResourceFiles()
classpath files
.Copyright © 2001–2016 mmm-Team. All rights reserved.