Class DefaultPropertyMap

java.lang.Object
org.esa.snap.core.util.AbstractPropertyMap
org.esa.snap.core.util.DefaultPropertyMap
All Implemented Interfaces:
PropertyMap

public class DefaultPropertyMap extends AbstractPropertyMap
Default implementation of the PropertyMap interface backed by a Properties instance.
Since:
SNAP 2
  • Constructor Details

    • DefaultPropertyMap

      public DefaultPropertyMap()
      Constructs a new and empty property map.
    • DefaultPropertyMap

      public DefaultPropertyMap(Properties properties)
      Constructs a property map which uses the given Properties as a key/value container.
  • Method Details