org.finra.jtaf.core
Class DefaultAutomationClassLoader

java.lang.Object
  extended by org.finra.jtaf.core.DefaultAutomationClassLoader
All Implemented Interfaces:
IAutomationClassLoader

public class DefaultAutomationClassLoader
extends Object
implements IAutomationClassLoader

Implementation of the IAutomationClassLoader


Constructor Summary
DefaultAutomationClassLoader()
           
 
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
 

Constructor Detail

DefaultAutomationClassLoader

public DefaultAutomationClassLoader()
Method Detail

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.