public class ControlConfiguration extends Object
Constructor and Description |
---|
ControlConfiguration() |
Modifier and Type | Method and Description |
---|---|
EntityReferences |
getEntityReferences()
Returns the entity references.
|
Loglevel |
getLoglevel()
Returns the loglevel during generation.
|
List<OptionsConfiguration> |
getOptionsConfigurations()
Returns all options configurations.
|
List<Output> |
getOutputFiles()
Returns all output files.
|
void |
setLoglevel(Loglevel loglevel)
Set the loglevel during generation.
|
String |
toString() |
public List<Output> getOutputFiles()
public List<OptionsConfiguration> getOptionsConfigurations()
public EntityReferences getEntityReferences()
public Loglevel getLoglevel()
public void setLoglevel(Loglevel loglevel)
loglevel
- the loglevel, not null.NullPointerException
- if loglevel is null.Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.