Interface ResourceFactory
-
- All Known Implementing Classes:
ResourceTypeFactory
public interface ResourceFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcecreateResource(String scheme, String path)ResourceSchemesgetValidSchemes()
-
-
-
Method Detail
-
getValidSchemes
ResourceSchemes getValidSchemes()
-
createResource
Resource createResource(String scheme, String path) throws ResourceException
- Throws:
ResourceException
-
-