org.apache.bcel.verifier
public class VerifierFactory extends Object
Version: $Id: VerifierFactory.java 386056 2006-03-15 11:31:56Z tcurdt $
See Also: Verifier
| Field Summary | |
|---|---|
| static Map | hashMap
The HashMap that holds the data about the already-constructed Verifier instances. |
| static List | observers
The VerifierFactoryObserver instances that observe the VerifierFactory. |
| Constructor Summary | |
|---|---|
| VerifierFactory()
The VerifierFactory is not instantiable. | |
| 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.
|
| static void | notify(String fully_qualified_classname)
Notifies the observers of a newly generated Verifier. |
Returns: the (only) verifier responsible for the class with the given name.