org.apache.bcel.verifier
Class TransitiveHull
public
class
TransitiveHull
extends Object
implements VerifierFactoryObserver
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.
Method Summary |
static void | main(String[] args)
This method implements a demonstration program
of how to use the VerifierFactoryObserver. |
void | update(String classname) |
public static void main(String[] args)
This method implements 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.
public void update(String classname)