org.finra.jtaf.core
Interface IAutomationClassLoader

All Known Implementing Classes:
DefaultAutomationClassLoader

public interface IAutomationClassLoader

Interface to load a class object


Method Summary
 Class<?> loadClass(String commandClass)
          Returns the class object associated with the given classname
 

Method Detail

loadClass

Class<?> loadClass(String commandClass)
                   throws ClassNotFoundException
Returns the class object associated with the given classname

Parameters:
commandClass - => The class the object of which is needed
Returns:
Throws:
ClassNotFoundException


Copyright © 2014. All rights reserved.