Class DefaultClassBroker

java.lang.Object
org.languagetool.broker.DefaultClassBroker
All Implemented Interfaces:
ClassBroker

public class DefaultClassBroker extends Object implements ClassBroker
  • Constructor Details

    • DefaultClassBroker

      public DefaultClassBroker()
  • Method Details

    • forName

      public Class<?> forName(String qualifiedName) throws ClassNotFoundException
      Returns the Class object associated with the class or interface with the given string name.
      Specified by:
      forName in interface ClassBroker
      Parameters:
      qualifiedName - the fully qualified name of the desired class.
      Returns:
      the Class object for the class with the specified name.
      Throws:
      ClassNotFoundException - if the class cannot be located