Uses of Interface
org.wso2.carbon.registry.api.Resource
-
-
Uses of Resource in org.wso2.carbon.registry.api
Subinterfaces of Resource in org.wso2.carbon.registry.api Modifier and Type Interface Description interfaceCollectionThe Collection Interface.interfaceCommentThis interface represents a comment that can be added to a resource.Methods in org.wso2.carbon.registry.api that return Resource Modifier and Type Method Description ResourceCoreRegistry. get(String path)Returns the resource at the given path.ResourceRegistry. getMetaData(String path)Returns the meta data of the resource at a given path.ResourceCoreRegistry. newResource()Creates a new resource.Methods in org.wso2.carbon.registry.api with parameters of type Resource Modifier and Type Method Description StringRegistry. importResource(String suggestedPath, String sourceURL, Resource resource)Creates a resource by fetching the resource content from the given URL.StringCoreRegistry. put(String suggestedPath, Resource resource)Adds or updates resources in the registry.
-