|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceLocator
Interface to load .class files as resources for processing by the parser.
Method Summary | |
---|---|
URL |
getResource(String name)
Retrieves the URL given a resource name |
InputStream |
openResourceStream(String name)
Opens and input stream for the resources identified by the parameter name. |
Method Detail |
---|
InputStream openResourceStream(String name) throws IOException
name
- the resource identification
IOException
- on i/o errorURL getResource(String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |