Klasse CopyOutlet
java.lang.Object
org.apache.torque.generator.outlet.OutletImpl
org.apache.torque.generator.outlet.copy.CopyOutlet
- Alle implementierten Schnittstellen:
Outlet
A Outlet which copies a given resource unchanged.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCopyOutlet
(QualifiedName name, ConfigurationProvider configurationProvider, String path) Constructs a new CopyOutlet. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungexecute
(ControllerState controllerState) Executes the generation process; the result is returned.Von Klasse geerbte Methoden org.apache.torque.generator.outlet.OutletImpl
addMergepointMapping, afterExecute, beforeExecute, getInputClass, getInputElementName, getMergepointMapping, getMergepointMappings, getName, getVariable, mergepoint, setInputClass, setInputElementName, setMergepointMapping, setVariable, setVariable, toString
-
Konstruktordetails
-
CopyOutlet
public CopyOutlet(QualifiedName name, ConfigurationProvider configurationProvider, String path) throws ConfigurationException Constructs a new CopyOutlet.- Parameter:
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.- Löst aus:
NullPointerException
- if name, path or configurationProvider are null.ConfigurationException
- if an error occurs while reading the template.
-
-
Methodendetails
-
execute
Executes the generation process; the result is returned.- Angegeben von:
execute
in SchnittstelleOutlet
- Angegeben von:
execute
in KlasseOutletImpl
- Parameter:
controllerState
- the current controller state.- Gibt zurück:
- the result of the generation, not null.
- Löst aus:
GeneratorException
- if generation fails.- Siehe auch:
-