Package | Description |
---|---|
com.uc4.api.objects |
This package contains classes related to objects in the Automation Engine.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<BackendCommand> |
BackendVariable.unixCommandsIterator()
Returns an iterator over Unix
BackendCommand . |
java.util.Iterator<BackendCommand> |
BackendVariable.windowsCommandsIterator()
Returns an iterator over Windows
BackendCommand . |
Modifier and Type | Method and Description |
---|---|
void |
BackendVariable.addUnixCommand(BackendCommand unixCommand)
Adds a new
BackendCommand to the Unix commands. |
void |
BackendVariable.addWindowsCommand(BackendCommand winCommand)
Adds a new
BackendCommand to the Windows commands. |