Package jadex.commons

Interface IPropertiesProvider


  • public interface IPropertiesProvider
    Component that allows its properties being saved and restored.
    • Method Detail

      • setProperties

        IFuture<java.lang.Void> setProperties​(Properties props)
        Update from given properties.
      • getProperties

        IFuture<Properties> getProperties()
        Write current state into properties.