Class Configuration

java.lang.Object
net.dzikoysk.cdn.model.Section
net.dzikoysk.cdn.model.Configuration
All Implemented Interfaces:
Element<List<? extends Element<?>>>, NamedElement<List<? extends Element<?>>>

public final class Configuration extends Section
Represents the root section
  • Field Details

    • description

      protected final List<? extends String> description
    • name

      protected final String name
    • value

      protected List<? extends Element<?>> value
  • Constructor Details

    • Configuration

      public Configuration()
    • Configuration

      public Configuration(List<? extends Element<?>> elements)
  • Method Details