Class IndexFromConfluence
java.lang.Object
org.jbehave.core.io.rest.confluence.IndexFromConfluence
- All Implemented Interfaces:
ResourceIndexer
-
Constructor Summary
ConstructorsConstructorDescriptionIndexFromConfluence(String username, String password) IndexFromConfluence(RESTClient client) -
Method Summary
Modifier and TypeMethodDescriptionindexResources(String rootURI) Indexes resources retrieved from the given root URIindexResources(String rootURI, String includePattern) indexResources(String rootURI, String rootPath, String syntax, String includes) Indexes resources found in the given root path
-
Constructor Details
-
IndexFromConfluence
public IndexFromConfluence() -
IndexFromConfluence
-
IndexFromConfluence
-
-
Method Details
-
indexResources
Description copied from interface:ResourceIndexerIndexes resources retrieved from the given root URI- Specified by:
indexResourcesin interfaceResourceIndexer- Parameters:
rootURI- the root URI- Returns:
- The Map of index Resource objects
-
indexResources
public Map<String,Resource> indexResources(String rootURI, String rootPath, String syntax, String includes) Description copied from interface:ResourceIndexerIndexes resources found in the given root path- Specified by:
indexResourcesin interfaceResourceIndexer- Parameters:
rootURI- the root URIrootPath- the root path of the resources to indexsyntax- the syntax of the resources to index. Can benullor blank.includes- the Ant-like pattern of the paths to index. Can benullor blank.- Returns:
- The Map of index Resource objects
-
indexResources
-