Package org.incendo.cloud.meta
Class CommandMetaBuilder
java.lang.Object
org.incendo.cloud.meta.CommandMetaBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Stores the givenkey
-value
pair.with
(@NonNull CommandMeta commandMeta) Copies all values from anotherCommandMeta
instance
-
Method Details
-
with
Copies all values from anotherCommandMeta
instance- Parameters:
commandMeta
- the instance to copy from- Returns:
this
-
with
Stores the givenkey
-value
pair.- Type Parameters:
V
- the value type- Parameters:
key
- the keyvalue
- the value- Returns:
this
-
build
- Returns:
- the instance
-