|
||||||||||
| 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 | |
|---|---|
java.net.URL |
getResource(java.lang.String name)
Retrieves the URL given a resource name |
java.io.InputStream |
openResourceStream(java.lang.String name)
Opens and input stream for the resources identified by the parameter name. |
| Method Detail |
|---|
java.io.InputStream openResourceStream(java.lang.String name)
throws java.io.IOException
name - the resource identification
java.io.IOException - on i/o errorjava.net.URL getResource(java.lang.String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||