Klasse ControlConfiguration
java.lang.Object
org.apache.torque.generator.configuration.controller.ControlConfiguration
Represents the control configuration of a generation unit.
- Version:
- $Id: ControlConfiguration.java 1917241 2024-04-21 13:29:41Z tv $
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungReturns the entity references.Returns the loglevel during generation.Returns all options configurations.Returns all output files.void
setLoglevel
(Loglevel loglevel) Set the loglevel during generation.toString()
-
Konstruktordetails
-
ControlConfiguration
public ControlConfiguration()
-
-
Methodendetails
-
getOutputFiles
Returns all output files.- Gibt zurück:
- an unmodifiable list of output files, not null.
-
getOptionsConfigurations
Returns all options configurations.- Gibt zurück:
- a unmodifiable list of option configurations, not null.
-
getEntityReferences
Returns the entity references.- Gibt zurück:
- the entity references, not null.
-
toString
-
getLoglevel
Returns the loglevel during generation.- Gibt zurück:
- the loglevel during generation.
-
setLoglevel
Set the loglevel during generation.- Parameter:
loglevel
- the loglevel, not null.- Löst aus:
NullPointerException
- if loglevel is null.
-