|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Classpath
| Method Summary | |
|---|---|
void |
close()
Free resources used (if any) or do nothing. |
java.io.InputStream |
findClass(java.lang.String qualifiedClassName)
Returns InputStream instance providing bytecode for the required class. |
boolean |
hasNext()
|
void |
init(java.lang.String classPath)
Initialize the module with given parameter: classPath. |
java.lang.String |
nextClassName()
Return name of the next available class. |
void |
setListToBegin()
Reset enumeration of classes which are found by this module. |
| Method Detail |
|---|
void init(java.lang.String classPath)
throws java.io.IOException
classPath.
classPath - parameter provided to initialize module (usually a
directory or file classPath).
java.io.IOExceptionvoid close()
boolean hasNext()
java.lang.String nextClassName()
void setListToBegin()
java.io.InputStream findClass(java.lang.String qualifiedClassName)
throws java.io.IOException,
java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||