|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
R - is the generic type of the managed
resources.public interface DataResourceProvider<R extends DataResource>
This is the interface for a provider of DataResource.
| Method Summary | |
|---|---|
R |
createResource(ResourceUri resourceUri)
This method creates a new resource for the given
resourceUri. |
Class<R> |
getResourceType()
This method gets the type of the resource managed by this provider. |
String[] |
getSchemePrefixes()
This method gets the scheme-prefix of the resources
managed by this provider. |
| Method Detail |
|---|
String[] getSchemePrefixes()
resources
managed by this provider.
ResourceUri.getSchemePrefix()Class<R> getResourceType()
BrowsableResource.
R createResource(ResourceUri resourceUri)
resource for the given
resourceUri.
resourceUri - is the ResourceUri.
resource for the given
resourceUri.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||