|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Resource.Resolver
A Resource
resolver that basically allows it to be read
via Resource.getReader()
.
Method Summary | |
---|---|
Resource |
createResource(String path)
Creates a resource from a given path string. |
String |
getType()
Gets the type (id) of resolver |
void |
resolve(Resource resource,
Context context)
Resolves a resource by setting the Reader property of the Resource . |
Method Detail |
---|
String getType()
void resolve(Resource resource, Context context) throws IOException
Reader
property of the Resource
.
That is done via Resource.resolve(Reader)
.
IOException
Resource createResource(String path) throws IOException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |