Class ContextServiceDefinitionDescriptor

    • Constructor Detail

      • ContextServiceDefinitionDescriptor

        public ContextServiceDefinitionDescriptor()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Overrides:
        toString in class DynamicAttributesDescriptor
        Returns:
        a meaningfull string about ourself No Descriptor class which inherits this class should override this method. Rather print() method which is defined in this class should be overridden to describe itself. Refer to the comments on print() method for more details. This method is optimized for persformance reasons.
      • getName

        public String getName()
        Description copied from class: Descriptor
        The name of this descriptor as a String.
        Overrides:
        getName in class Descriptor
        Returns:
        the name of this descriptor
      • setName

        public void setName​(String name)
        Description copied from class: Descriptor
        Sets the name of this descriptor.
        Overrides:
        setName in class Descriptor
        Parameters:
        name - the new name of the descriptor.
      • getCleared

        public Set<String> getCleared()
      • setCleared

        public void setCleared​(Set<String> cleared)
      • addCleared

        public void addCleared​(String clearedItem)
      • getPropagated

        public Set<String> getPropagated()
      • setPropagated

        public void setPropagated​(Set<String> propagated)
      • addPropagated

        public void addPropagated​(String propagatedItem)
      • getUnchanged

        public Set<String> getUnchanged()
      • setUnchanged

        public void setUnchanged​(Set<String> unchanged)
      • addUnchanged

        public void addUnchanged​(String unchangedItem)
      • getProperties

        public Properties getProperties()
      • setProperties

        public void setProperties​(Properties properties)
      • addContextServiceExecutorDescriptor

        public void addContextServiceExecutorDescriptor​(ResourcePropertyDescriptor propertyDescriptor)