Class ConfigurationPropertyDescriptor

java.lang.Object
org.nuxeo.runtime.services.config.ConfigurationPropertyDescriptor
All Implemented Interfaces:
Descriptor

public class ConfigurationPropertyDescriptor extends Object implements Descriptor
Descriptor for JSF configuration contributions.
Since:
7.4
  • Field Details

    • name

      protected String name
    • list

      public boolean list
    • override

      public boolean override
    • value

      protected String value
  • Constructor Details

    • ConfigurationPropertyDescriptor

      public ConfigurationPropertyDescriptor()
  • Method Details

    • clone

      Overrides:
      clone in class Object
    • getId

      public String getId()
      Description copied from interface: Descriptor
      The descriptor id, descriptors with same id are merged.

      To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.

      To forbid merge use a unique value, non-overriden toString() for exemple.

      Specified by:
      getId in interface Descriptor
      Since:
      10.3
    • getName

      public String getName()
    • getValue

      public String getValue()
    • isList

      public boolean isList()
      Since:
      10.3
    • isOverride

      public boolean isOverride()
      Since:
      10.3
    • merge

      public Descriptor merge(Descriptor o)
      Description copied from interface: Descriptor
      Returns a descriptor representing other merged into this

      Default implementation returns other.

      Specified by:
      merge in interface Descriptor
      Returns:
      the merged descriptor
      Since:
      10.3
    • toString

      public String toString()
      Overrides:
      toString in class Object
      Since:
      10.3