| java.lang.Object org.objectweb.celtix.tools.common.ToolWrapperGenerator
ToolWrapperGenerator | public class ToolWrapperGenerator implements Generator(Code) | | A generator which wraps external tools.
author: codea |
ToolWrapperGenerator | protected ToolWrapperGenerator(String theToolClassName)(Code) | | construct a generator which delegates to the tool specified by
the class theToolClassName
Parameters: theToolClassName - class name of the tool to delegate to |
ToolWrapperGenerator | protected ToolWrapperGenerator(String theToolClassName, ClassLoader theClassLoader)(Code) | | construct a generator which delegates to the tool specified by
the class theToolClassName and the tool class is
loaded via the specified classloader
Parameters: theToolClassName - class name of the tool to delegate to Parameters: theClassLoader - the classloader to load the tool class |
generate | public void generate()(Code) | | invoked main method of tool class, passing in required arguments
|
|
|