Class BasePropertyStore


  • public class BasePropertyStore
    extends PropertyStore
    Basic property store implementation, allowing setting of properties
    • Constructor Detail

      • BasePropertyStore

        public BasePropertyStore()
    • Method Detail

      • setProperty

        public void setProperty​(java.lang.String name,
                                java.lang.Object value)
        Method to set a property in the store
        Parameters:
        name - Name of the property
        value - Its value
      • getPropertyNames

        public java.util.Set<java.lang.String> getPropertyNames()
      • getProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getProperties()