org.apache.bcel.verifier
public class VerifierFactory extends Object
See Also: Verifier
Method Summary | |
---|---|
static void | attach(VerifierFactoryObserver o)
Adds the VerifierFactoryObserver o to the list of observers. |
static void | detach(VerifierFactoryObserver o)
Removes the VerifierFactoryObserver o from the list of observers. |
static Verifier | getVerifier(String fully_qualified_classname)
Returns the (only) verifier responsible for the class with the given name.
|
static Verifier[] | getVerifiers()
Returns all Verifier instances created so far.
|
Returns: the (only) verifier responsible for the class with the given name.