Interface Configuration

    • Method Detail

      • getAttributeNames

        String[] getAttributeNames()
        The set of attribute names.
        Returns:
        The set of attribute names, never null.
      • getChildren

        Configuration[] getChildren()
        The set of child configurations.
        Returns:
        The set of child configurations, never null.
      • getName

        String getName()
        The name of this configuration.
        Returns:
        The name of this configuration.
      • getMessages

        com.google.common.collect.ImmutableMap<String,​StringgetMessages()
        Returns an unmodifiable map instance containing the custom messages for this configuration.
        Returns:
        unmodifiable map containing custom messages