|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.jeantessier.classreader.ClassfileLoader
|
+--com.jeantessier.classreader.ClassfileLoaderEventSource
|
+--com.jeantessier.classreader.AggregatingClassfileLoader
| Constructor Summary | |
AggregatingClassfileLoader()
|
|
AggregatingClassfileLoader(ClassfileLoaderDispatcher dispatcher)
|
|
| Method Summary | |
java.util.Collection |
getAllClassfiles()
|
java.util.Collection |
getAllClassNames()
|
Classfile |
getClassfile(java.lang.String name)
|
protected Classfile |
load(java.io.DataInputStream in)
|
| Methods inherited from class com.jeantessier.classreader.ClassfileLoaderEventSource |
addLoadListener, fireBeginClassfile, fireBeginFile, fireBeginGroup, fireBeginSession, fireEndClassfile, fireEndFile, fireEndGroup, fireEndSession, load, load, removeLoadListener |
| Methods inherited from class com.jeantessier.classreader.ClassfileLoader |
load |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AggregatingClassfileLoader()
public AggregatingClassfileLoader(ClassfileLoaderDispatcher dispatcher)
| Method Detail |
public Classfile getClassfile(java.lang.String name)
getClassfile in class ClassfileLoaderpublic java.util.Collection getAllClassfiles()
getAllClassfiles in class ClassfileLoaderpublic java.util.Collection getAllClassNames()
getAllClassNames in class ClassfileLoader
protected Classfile load(java.io.DataInputStream in)
throws java.io.IOException
load in class ClassfileLoader
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||