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​(String name,
                                Object value)
        Method to set a property in the store
        Parameters:
        name - Name of the property
        value - Its value
      • getPropertyNames

        public Set<String> getPropertyNames()