Uses of Class
com.uc4.api.objects.BackendCommand
-
Packages that use BackendCommand Package Description com.uc4.api.objects -
-
Uses of BackendCommand in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type BackendCommand Modifier and Type Method Description java.util.Iterator<BackendCommand>
BackendVariable. unixCommandsIterator()
Returns an iterator over UnixBackendCommand
.java.util.Iterator<BackendCommand>
BackendVariable. windowsCommandsIterator()
Returns an iterator over WindowsBackendCommand
.Methods in com.uc4.api.objects with parameters of type BackendCommand Modifier and Type Method Description void
BackendVariable. addUnixCommand(BackendCommand unixCommand)
Adds a newBackendCommand
to the Unix commands.void
BackendVariable. addWindowsCommand(BackendCommand winCommand)
Adds a newBackendCommand
to the Windows commands.
-