Engine.Core, Engine.Templated
Modifier and Type | Method and Description |
---|---|
void |
invoke(java.lang.String raw)
Invoke a ShellCommand.
|
void |
invokeTemplated(java.lang.String raw)
Apply engine templates and invoke the command.
|
void |
setAllowUnsafeOperations(java.lang.Boolean flag)
Set engine safe mode on or off.
|
public void invoke(java.lang.String raw)
Engine
public void invokeTemplated(java.lang.String raw)
raw
- Shell command to apply engine template for.public void setAllowUnsafeOperations(java.lang.Boolean flag)
flag
- set to true to allow deleting and moving files from the command line, false to disable.