Interface StoreProperties

  • All Superinterfaces:
    org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag

    public interface StoreProperties
    extends org.jvnet.hk2.config.ConfigBeanProxy, org.jvnet.hk2.config.types.PropertyBag
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        org.jvnet.hk2.config.ConfigBeanProxy.Duck
      • Nested classes/interfaces inherited from interface org.jvnet.hk2.config.types.PropertyBag

        org.jvnet.hk2.config.types.PropertyBag.Duck
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDirectory()
      Gets the value of the directory property.
      List<org.jvnet.hk2.config.types.Property> getProperty()
      Properties as per PropertyBag
      String getReapIntervalInSeconds()
      Gets the value of the reapIntervalInSeconds property.
      void setDirectory​(String value)
      Sets the value of the directory property.
      void setReapIntervalInSeconds​(String value)
      Sets the value of the reapIntervalInSeconds property.
      • Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        createChild, deepCopy, getParent, getParent
      • Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag

        addProperty, getProperty, getPropertyValue, getPropertyValue, lookupProperty, removeProperty, removeProperty
    • Method Detail

      • getDirectory

        String getDirectory()
        Gets the value of the directory property.
        Returns:
        possible object is String
      • getReapIntervalInSeconds

        String getReapIntervalInSeconds()
        Gets the value of the reapIntervalInSeconds property.
        Returns:
        possible object is String
      • getProperty

        @ToDo(priority=IMPORTANT,
              details="Provide PropertyDesc for legal props")
        @PropertiesDesc(props={})
        List<org.jvnet.hk2.config.types.Property> getProperty()
        Properties as per PropertyBag
        Specified by:
        getProperty in interface org.jvnet.hk2.config.types.PropertyBag