Uses of Class
org.jbehave.core.io.rest.Resource
Packages that use Resource
Package
Description
-
Uses of Resource in org.jbehave.core.io.rest
Methods in org.jbehave.core.io.rest that return types with arguments of type ResourceModifier and TypeMethodDescriptionIndexWithBreadcrumbs.createIndexFromEntity(String rootURI, String entity) IndexWithBreadcrumbs.createIndexFromPaths(String rootURI, String rootPath, String syntax, String includes) IndexWithBreadcrumbs.indexResources(String rootURI) IndexWithBreadcrumbs.indexResources(String rootURI, String rootPath, String syntax, String includes) ResourceIndexer.indexResources(String rootURI) Indexes resources retrieved from the given root URIResourceIndexer.indexResources(String rootURI, String rootPath, String syntax, String includes) Indexes resources found in the given root pathMethods in org.jbehave.core.io.rest with parameters of type ResourceModifier and TypeMethodDescriptionprotected StringUploadToREST.entity(Resource resource, RESTClient.Type type) voidResourceUploader.uploadResource(Resource resource) voidUploadToREST.uploadResource(Resource resource) Method parameters in org.jbehave.core.io.rest with type arguments of type ResourceModifier and TypeMethodDescriptionprotected voidIndexWithBreadcrumbs.addBreadcrumbs(Map<String, Resource> index) -
Uses of Resource in org.jbehave.core.io.rest.confluence
Methods in org.jbehave.core.io.rest.confluence that return types with arguments of type ResourceModifier and TypeMethodDescriptionIndexFromConfluence.indexResources(String rootURI) IndexFromConfluence.indexResources(String rootURI, String includePattern) IndexFromConfluence.indexResources(String rootURI, String rootPath, String syntax, String includes) -
Uses of Resource in org.jbehave.core.io.rest.filesystem
Methods in org.jbehave.core.io.rest.filesystem with parameters of type Resource -
Uses of Resource in org.jbehave.core.io.rest.redmine
Methods in org.jbehave.core.io.rest.redmine that return types with arguments of type ResourceModifier and TypeMethodDescriptionIndexFromRedmine.createIndexFromEntity(String rootURI, String entity) Methods in org.jbehave.core.io.rest.redmine with parameters of type ResourceModifier and TypeMethodDescriptionprotected StringUploadToRedmine.entity(Resource resource, RESTClient.Type type) -
Uses of Resource in org.jbehave.core.io.rest.xwiki
Methods in org.jbehave.core.io.rest.xwiki that return types with arguments of type ResourceModifier and TypeMethodDescriptionIndexFromXWiki.createIndexFromEntity(String rootURI, String entity) Methods in org.jbehave.core.io.rest.xwiki with parameters of type ResourceModifier and TypeMethodDescriptionprotected StringUploadToXWiki.entity(Resource resource, RESTClient.Type type)