Class Specification


  • public final class Specification
    extends Object
    Specifications of the configurations.
    • Constructor Detail

      • Specification

        public Specification()
    • Method Detail

      • name

        public String name()
        Get the name property: Name of the specification.
        Returns:
        the name value.
      • value

        public String value()
        Get the value property: Value of the specification.
        Returns:
        the value value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.