Class 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 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the entity references.Returns the loglevel during generation.Returns all options configurations.Returns all output files.voidsetLoglevel(Loglevel loglevel) Set the loglevel during generation.toString()
-
Constructor Details
-
ControlConfiguration
public ControlConfiguration()
-
-
Method Details
-
getOutputFiles
Returns all output files.- Returns:
- an unmodifiable list of output files, not null.
-
getOptionsConfigurations
Returns all options configurations.- Returns:
- a unmodifiable list of option configurations, not null.
-
getEntityReferences
Returns the entity references.- Returns:
- the entity references, not null.
-
toString
-
getLoglevel
Returns the loglevel during generation.- Returns:
- the loglevel during generation.
-
setLoglevel
Set the loglevel during generation.- Parameters:
loglevel- the loglevel, not null.- Throws:
NullPointerException- if loglevel is null.
-