Class TransitiveHull
java.lang.Object
org.apache.bcel.verifier.TransitiveHull
- All Implemented Interfaces:
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
-
Method Details
-
main
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.- Parameters:
args- command line arguments (expects one argument: the root class to verify).
-
update
Description copied from interface:VerifierFactoryObserverVerifierFactoryObserver instances are notified invoking this method. The String argument is the fully qualified class name of a class a new Verifier instance created by the VerifierFactory operates on.- Specified by:
updatein interfaceVerifierFactoryObserver- Parameters:
className- The fully qualified class name.
-