Package org.languagetool.broker
Class DefaultClassBroker
java.lang.Object
org.languagetool.broker.DefaultClassBroker
- All Implemented Interfaces:
ClassBroker
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultClassBroker
public DefaultClassBroker()
-
-
Method Details
-
forName
Returns theClassobject associated with the class or interface with the given string name.- Specified by:
forNamein interfaceClassBroker- Parameters:
qualifiedName- the fully qualified name of the desired class.- Returns:
- the
Classobject for the class with the specified name. - Throws:
ClassNotFoundException- if the class cannot be located
-