|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@ComponentSpecification public interface BrowsableResourceFactory
This is the interface for a factory used to create instances of
BrowsableResource.
DataResourceFactory| Method Summary | |
|---|---|
BrowsableResource |
createBrowsableResource(String resourceUri)
This method creates a new BrowsableResource from the given
resourceUri. |
| Methods inherited from interface net.sf.mmm.util.resource.api.DataResourceFactory |
|---|
createDataResource |
| Method Detail |
|---|
BrowsableResource createBrowsableResource(String resourceUri)
throws ResourceUriUndefinedException
BrowsableResource from the given
resourceUri. The following URI-schemes are guaranteed to be
supported:
| scheme | example URI | default implementation |
|---|---|---|
| file | file:///tmp/foo.xml | FileResource |
resourceUri - is the absolute URI
pointing to the location of the requested BrowsableResource.
BrowsableResource.
ResourceUriUndefinedException - if the given resourceUri
is undefined (e.g. the scheme is NOT supported).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||