Interface ConfigurationProperty


public interface ConfigurationProperty
Represents a configuration property. These properties do not affect deferred-binding decisions, but may affect the behavior of Linkers and Generators.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the configuration property.
    Returns the defined values for the configuration property as a List of Strings.
    boolean
    Returns true if this property has more than one value.
  • Method Details

    • getName

      String getName()
      Returns the name of the configuration property.
    • getValues

      List<String> getValues()
      Returns the defined values for the configuration property as a List of Strings.
    • hasMultipleValues

      boolean hasMultipleValues()
      Returns true if this property has more than one value.