Class CopyOutlet
java.lang.Object
org.apache.torque.generator.outlet.OutletImpl
org.apache.torque.generator.outlet.copy.CopyOutlet
- All Implemented Interfaces:
Outlet
A Outlet which copies a given resource unchanged.
-
Constructor Summary
ConstructorsConstructorDescriptionCopyOutlet(QualifiedName name, ConfigurationProvider configurationProvider, String path) Constructs a new CopyOutlet. -
Method Summary
Modifier and TypeMethodDescriptionexecute(ControllerState controllerState) Executes the generation process; the result is returned.Methods inherited from class org.apache.torque.generator.outlet.OutletImpl
addMergepointMapping, afterExecute, beforeExecute, getInputClass, getInputElementName, getMergepointMapping, getMergepointMappings, getName, getVariable, mergepoint, setInputClass, setInputElementName, setMergepointMapping, setVariable, setVariable, toString
-
Constructor Details
-
CopyOutlet
public CopyOutlet(QualifiedName name, ConfigurationProvider configurationProvider, String path) throws ConfigurationException Constructs a new CopyOutlet.- Parameters:
name- the name of this outlet, not null.configurationProvider- the provider for reading the resources, not null.path- the path to the resource, not null. May contain tokens of the form ${....}, these are parsed.- Throws:
NullPointerException- if name, path or configurationProvider are null.ConfigurationException- if an error occurs while reading the template.
-
-
Method Details
-
execute
Executes the generation process; the result is returned.- Specified by:
executein interfaceOutlet- Specified by:
executein classOutletImpl- Parameters:
controllerState- the current controller state.- Returns:
- the result of the generation, not null.
- Throws:
GeneratorException- if generation fails.- See Also:
-