|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.bcel.verifier.TransitiveHull
public class TransitiveHull
This class has a main method implementing a demonstration program of how to use the VerifierFactoryObserver. It transitively verifies all class files encountered; this may take up a lot of time and, more notably, memory.
Field Summary | |
---|---|
private int |
indent
Used for indentation. |
Constructor Summary | |
---|---|
private |
TransitiveHull()
Not publicly instantiable. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
This method implements a demonstration program of how to use the VerifierFactoryObserver. |
void |
update(java.lang.String classname)
VerifierFactoryObserver instances are notified invoking this method. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int indent
Constructor Detail |
---|
private TransitiveHull()
Method Detail |
---|
public void update(java.lang.String classname)
VerifierFactoryObserver
update
in interface VerifierFactoryObserver
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |