public interface ResourceIndexer
Modifier and Type | Method and Description |
---|---|
Map<String,Resource> |
indexResources(String rootURI)
Indexes resources retrieved from the given root URI
|
Map<String,Resource> |
indexResources(String rootURI,
String rootPath,
String syntax,
String includes)
Indexes resources found in the given root path
|
Map<String,Resource> indexResources(String rootURI)
rootURI
- the root URIMap<String,Resource> indexResources(String rootURI, String rootPath, String syntax, String includes)
rootURI
- the root URIrootPath
- the root path of the resources to indexsyntax
- the syntax of the resources to index. Can be null
or blank.includes
- the Ant-like pattern of the paths to index. Can be null
or blank.Copyright © 2003-2014. All Rights Reserved.