- java.lang.Object
-
- io.annot8.testing.testimpl.TestProperties
-
- All Implemented Interfaces:
io.annot8.core.properties.ImmutableProperties,io.annot8.core.properties.MutableProperties,io.annot8.core.properties.Properties
public class TestProperties extends java.lang.Object implements io.annot8.core.properties.MutableProperties, io.annot8.core.properties.ImmutableProperties
-
-
Constructor Summary
Constructors Constructor Description TestProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getAll()java.util.Optional<java.lang.Object>remove(java.lang.String key)voidset(java.lang.String key, java.lang.Object value)-
Methods inherited from interface io.annot8.core.properties.MutableProperties
add, remove, removeAll, set
-
-
-
-
Method Detail
-
set
public void set(java.lang.String key, java.lang.Object value)- Specified by:
setin interfaceio.annot8.core.properties.MutableProperties
-
remove
public java.util.Optional<java.lang.Object> remove(java.lang.String key)
- Specified by:
removein interfaceio.annot8.core.properties.MutableProperties
-
getAll
public java.util.Map<java.lang.String,java.lang.Object> getAll()
- Specified by:
getAllin interfaceio.annot8.core.properties.Properties
-
-