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