|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.basic.bytecode.base.AjpComponent
com.jeffpalm.basic.bytecode.base.ClassFileFinder
public class ClassFileFinder
Field Summary |
---|
Fields inherited from class com.jeffpalm.basic.bytecode.base.AjpComponent |
---|
log, options |
Fields inherited from interface com.jeffpalm.basic.bytecode.base.ClassFlags |
---|
ACC_ABSTRACT, ACC_FINAL, ACC_INTERFACE, ACC_PUBLIC, ACC_SUPER |
Fields inherited from interface com.jeffpalm.basic.bytecode.base.ConstantFlags |
---|
CONSTANT_Class, CONSTANT_Double, CONSTANT_Fieldref, CONSTANT_Float, CONSTANT_Integer, CONSTANT_InterfaceMethodref, CONSTANT_Long, CONSTANT_Methodref, CONSTANT_NameAndType, CONSTANT_String, CONSTANT_Utf8 |
Constructor Summary | |
---|---|
ClassFileFinder(Options options)
|
|
ClassFileFinder(Options options,
java.lang.String[] paths)
|
Method Summary | |
---|---|
void |
addPath(java.lang.String path)
|
void |
addPaths(java.lang.String[] paths)
|
java.io.InputStream |
getInputStream(java.lang.String klass)
|
Methods inherited from class com.jeffpalm.basic.bytecode.base.AjpComponent |
---|
db, debug |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClassFileFinder(Options options)
public ClassFileFinder(Options options, java.lang.String[] paths)
Method Detail |
---|
public java.io.InputStream getInputStream(java.lang.String klass)
public void addPath(java.lang.String path)
public void addPaths(java.lang.String[] paths)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |