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 TypeMethodDescriptionvoidBackendVariable.addUnixCommand(BackendCommand unixCommand) Adds a newBackendCommandto the Unix commands.voidBackendVariable.addWindowsCommand(BackendCommand winCommand) Adds a newBackendCommandto the Windows commands.