Package jadex.commons

Interface IPropertiesProvider


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      jadex.commons.future.IFuture<jadex.commons.Properties> getProperties()
      Write current state into properties.
      jadex.commons.future.IFuture<java.lang.Void> setProperties​(jadex.commons.Properties props)
      Update from given properties.
    • Method Detail

      • setProperties

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

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