Class ControlConfiguration


  • public class ControlConfiguration
    extends Object
    Represents the control configuration of a generation unit.
    Version:
    $Id: ControlConfiguration.java 1840416 2018-09-09 15:10:22Z tv $
    • Constructor Detail

      • ControlConfiguration

        public ControlConfiguration()
    • Method Detail

      • getOutputFiles

        public List<Output> getOutputFiles()
        Returns all output files.
        Returns:
        an unmodifiable list of output files, not null.
      • getOptionsConfigurations

        public List<OptionsConfiguration> getOptionsConfigurations()
        Returns all options configurations.
        Returns:
        a unmodifiable list of option configurations, not null.
      • getEntityReferences

        public EntityReferences getEntityReferences()
        Returns the entity references.
        Returns:
        the entity references, not null.
      • getLoglevel

        public Loglevel getLoglevel()
        Returns the loglevel during generation.
        Returns:
        the loglevel during generation.
      • setLoglevel

        public void setLoglevel​(Loglevel loglevel)
        Set the loglevel during generation.
        Parameters:
        loglevel - the loglevel, not null.
        Throws:
        NullPointerException - if loglevel is null.