Klasse JavaFilenameOutlet
java.lang.Object
org.apache.torque.generator.outlet.OutletImpl
org.apache.torque.generator.outlet.java.JavaFilenameOutlet
- Alle implementierten Schnittstellen:
Outlet
Takes a class name and a package name as input and generates a
filename(including path for package) for a java file from it.
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungexecute
(ControllerState controllerState) Generates the output for this template into the Generated object.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
-
Felddetails
-
PACKAGE_MERGEPOINT_NAME
The name of the merge point which provides the class name.- Siehe auch:
-
CLASSNAME_MERGEPOINT_NAME
The name of the merge point which provides the file name.- Siehe auch:
-
-
Konstruktordetails
-
JavaFilenameOutlet
Constructor.- Parameter:
qualifiedName
- the qualified name of the outlet, not null.
-
-
Methodendetails
-
execute
Beschreibung aus Schnittstelle kopiert:Outlet
Generates the output for this template into the Generated object.- Angegeben von:
execute
in SchnittstelleOutlet
- Angegeben von:
execute
in KlasseOutletImpl
- Parameter:
controllerState
- the current controller state, not null.- Gibt zurück:
- the output of the Outlet.
- Löst aus:
GeneratorException
- if generation fails.
-