public interface Engine
Engine.Core
or Engine.Templated
annotations.Modifier and Type | Interface and Description |
---|---|
static interface |
Engine.Core
Guice annotation for the core Engine.
|
static interface |
Engine.Templated
Guice annotation for the templated Engine.
|
Modifier and Type | Method and Description |
---|---|
void |
invoke(java.lang.String raw)
Invoke a ShellCommand.
|