org.finra.jtaf.core
Class DefaultAutomationClassLoader
java.lang.Object
org.finra.jtaf.core.DefaultAutomationClassLoader
- All Implemented Interfaces:
- IAutomationClassLoader
public class DefaultAutomationClassLoader
- extends Object
- implements IAutomationClassLoader
Implementation of the IAutomationClassLoader
Method Summary |
Class<?> |
loadClass(String commandClass)
Returns the class object associated with the given classname |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAutomationClassLoader
public DefaultAutomationClassLoader()
loadClass
public Class<?> loadClass(String commandClass)
throws ClassNotFoundException
- Description copied from interface:
IAutomationClassLoader
- Returns the class object associated with the given classname
- Specified by:
loadClass
in interface IAutomationClassLoader
- Parameters:
commandClass
- => The class the object of which is needed
- Returns:
-
- Throws:
ClassNotFoundException
Copyright © 2014. All rights reserved.