Class CloudCommand
java.lang.Object
net.streamlinecloud.main.terminal.api.CloudCommand
- All Implemented Interfaces:
CloudCommandImpl
- Direct Known Subclasses:
DownloadCommand,GroupsCommand,HelpCommand,LanguageCommand,LoadBalancerCommand,MultiRootCommand,ScreenCommand,ServersCommand,ShortcutsCommand,ShutDownCommand,SoftwareCommand,TemplatesCommand,UptimeCommand,VersionCommand,WhitelistCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddArgument(CloudCommandArgument argument) String[]aliases()voidname()
-
Constructor Details
-
CloudCommand
public CloudCommand()
-
-
Method Details
-
name
- Specified by:
namein interfaceCloudCommandImpl
-
description
- Specified by:
descriptionin interfaceCloudCommandImpl
-
aliases
- Specified by:
aliasesin interfaceCloudCommandImpl
-
arguments
- Specified by:
argumentsin interfaceCloudCommandImpl
-
execute
- Specified by:
executein interfaceCloudCommandImpl
-
addArgument
-