Interface ProjectConfigurable


  • public interface ProjectConfigurable
    Defines project level configuration properties for a component
    • Method Detail

      • getCategories

        java.util.Map<java.lang.String,​java.lang.String> getCategories()
        Return configuration categories for the properties, keyed by property name
      • getProjectConfigProperties

        java.util.List<Property> getProjectConfigProperties()
        List of properties
      • getPropertiesMapping

        java.util.Map<java.lang.String,​java.lang.String> getPropertiesMapping()
        Returns:
        a map of config prop names to project config property names