| Package | Description |
|---|---|
| com.github.mvp4g.sema4g.client |
| Modifier and Type | Method and Description |
|---|---|
SeMa4g.Builder |
SeMa4g.Builder.add(List<SeMa4gCommand> commands)
Adds a list of commands to the list of already added commands, which will be
executed, when the context runs.
|
SeMa4g.Builder |
SeMa4g.Builder.add(SeMa4gCommand command)
Adds the command to the list of commands, which will be executed,
when the context runs.
|
SeMa4g.Builder |
SeMa4g.Builder.addFinalCommand(FinalCommand finalCommand)
Adds a
FinalCommand to the SeMa4g. |
SeMa4g.Builder |
SeMa4g.Builder.addInitCommand(InitCommand initCommand)
Adds a
InitCommand to the SeMa4g. |
static SeMa4g.Builder |
SeMa4g.builder() |
Copyright © 2018. All rights reserved.