R
- is the generic type of the managed resources
.public interface DataResourceProvider<R extends DataResource>
DataResource
.Modifier and Type | Method and Description |
---|---|
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. |
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
.Copyright © 2001–2016 mmm-Team. All rights reserved.