Class TestProperties

  • All Implemented Interfaces:
    io.annot8.core.properties.ImmutableProperties, io.annot8.core.properties.MutableProperties, io.annot8.core.properties.Properties

    public class TestProperties
    extends Object
    implements io.annot8.core.properties.MutableProperties, io.annot8.core.properties.ImmutableProperties
    • Constructor Detail

      • TestProperties

        public TestProperties()
    • Method Detail

      • set

        public void set​(String key,
                        Object value)
        Specified by:
        set in interface io.annot8.core.properties.MutableProperties
      • remove

        public Optional<Object> remove​(String key)
        Specified by:
        remove in interface io.annot8.core.properties.MutableProperties
      • getAll

        public Map<String,Object> getAll()
        Specified by:
        getAll in interface io.annot8.core.properties.Properties