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 TypeMethodDescriptionvoid
addArgument
(CloudCommandArgument argument) String[]
aliases()
void
name()
-
Constructor Details
-
CloudCommand
public CloudCommand()
-
-
Method Details
-
name
- Specified by:
name
in interfaceCloudCommandImpl
-
description
- Specified by:
description
in interfaceCloudCommandImpl
-
aliases
- Specified by:
aliases
in interfaceCloudCommandImpl
-
arguments
- Specified by:
arguments
in interfaceCloudCommandImpl
-
execute
- Specified by:
execute
in interfaceCloudCommandImpl
-
addArgument
-