Interface ConfigInfo

    • Method Detail

      • getDefaultValue

        String getDefaultValue()
        Returns:
        the default value
      • getName

        String getName()
        Returns:
        the name
      • getPriority

        Integer getPriority()
        Returns:
        the priority
      • getType

        String getType()
        Returns:
        the type (string, int, bool, enum)
      • getApplicableTarget

        String getApplicableTarget()
        Returns:
        the applicable target
      • isOptional

        Boolean isOptional()
        Returns:
        true if this config is optional
      • getScope

        String getScope()
        Returns:
        the scope
      • getDescription

        String getDescription()
        Returns:
        the description
      • getConfigValues

        List<String> getConfigValues()
        Returns:
        the list of valid config values (if type is enum)