| java.lang.Object org.griphyn.cPlanner.parser.dax.DAXCallbackFactory
DAXCallbackFactory | public class DAXCallbackFactory (Code) | | A factory class to load the appropriate DAX callback implementations that need
to be passed to the DAX Parser.
author: Karan Vahi version: $Revision: 50 $ |
DEFAULT_PACKAGE_NAME | final public static String DEFAULT_PACKAGE_NAME(Code) | | Package to prefix "just" class names with.
|
loadInstance | public static Callback loadInstance(PegasusProperties properties, String dax, String className) throws DAXCallbackFactoryException(Code) | | Loads the implementing class corresponding to the type specified by the user.
The properties object passed should not be null. The callback that is
loaded, is the one referred to by the className parameter passed.
Parameters: properties - the PegasusProperties object containing allthe properties required by Pegasus. Parameters: dax - the path to the DAX file that has to be parsed. Parameters: className - the name of the implementing class. the instance of the class implementing this interface. exception: DAXCallbackFactoryException - that nests any error thatmight occur during the instantiation See Also: DAXCallbackFactory.DEFAULT_PACKAGE_NAME |
|
|