|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceManager<R>
Interface for a manager on resources. All meaningful work is done using the interface for the resource.
| Method Summary | |
|---|---|
R |
getResource(String path)
Gets the resource denoted by the path |
String |
getRootPath()
Gets the root path of this manager. |
| Method Detail |
|---|
R getResource(String path)
throws ResourceException
path - the path of the resource
ResourceException - in case anything goes fatally wrongString getRootPath()
null if no applicable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||