Uses of Class
com.uc4.api.objects.BackendCommand
Packages that use BackendCommand
-
Uses of BackendCommand in com.uc4.api.objects
Methods in com.uc4.api.objects that return types with arguments of type BackendCommandModifier and TypeMethodDescriptionBackendVariable.unixCommandsIterator()
Returns an iterator over UnixBackendCommand
.BackendVariable.windowsCommandsIterator()
Returns an iterator over WindowsBackendCommand
.Methods in com.uc4.api.objects with parameters of type BackendCommandModifier and TypeMethodDescriptionvoid
BackendVariable.addUnixCommand
(BackendCommand unixCommand) Adds a newBackendCommand
to the Unix commands.void
BackendVariable.addWindowsCommand
(BackendCommand winCommand) Adds a newBackendCommand
to the Windows commands.