Klasse OutletWithoutMergepoints
java.lang.Object
org.apache.torque.generator.outlet.OutletImpl
org.apache.torque.generator.outlet.java.OutletWithoutMergepoints
- Alle implementierten Schnittstellen:
Outlet
- Bekannte direkte Unterklassen:
NewlineOutlet
,OptionOutlet
,StringInputOutlet
,XmlOutlet
An outlet without mergepoints.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a OutletWithoutMergepoints with the given name. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal void
addMergepointMapping
(MergepointMapping mergepointMapping) Adds an mergepoint mapping to the outlet.final MergepointMapping
getMergepointMapping
(String name) Returns the mergepoint mapping for the given mergepoint name.Von Klasse geerbte Methoden org.apache.torque.generator.outlet.OutletImpl
afterExecute, beforeExecute, execute, getInputClass, getInputElementName, getMergepointMappings, getName, getVariable, mergepoint, setInputClass, setInputElementName, setMergepointMapping, setVariable, setVariable, toString
-
Konstruktordetails
-
OutletWithoutMergepoints
Constructs a OutletWithoutMergepoints with the given name.- Parameter:
name
- the name of this outlet, not null.- Löst aus:
NullPointerException
- if name is null.
-
-
Methodendetails
-
addMergepointMapping
public final void addMergepointMapping(MergepointMapping mergepointMapping) throws ConfigurationException Beschreibung aus Klasse kopiert:OutletImpl
Adds an mergepoint mapping to the outlet. No mergepoint mappings must exist with the given name.- Angegeben von:
addMergepointMapping
in SchnittstelleOutlet
- Setzt außer Kraft:
addMergepointMapping
in KlasseOutletImpl
- Parameter:
mergepointMapping
- the mergepointMapping to add, not null.- Löst aus:
ConfigurationException
- if an mergepointMapping for the given name already exists.
-
getMergepointMapping
Beschreibung aus Klasse kopiert:OutletImpl
Returns the mergepoint mapping for the given mergepoint name.- Angegeben von:
getMergepointMapping
in SchnittstelleOutlet
- Setzt außer Kraft:
getMergepointMapping
in KlasseOutletImpl
- Parameter:
name
- the name of the mergepoint mapping.- Gibt zurück:
- the mergepoint mapping for the given name, or null if no mergepoint mapping exists for this name.
-