public class MigrateToEnterpriseCommand extends Command
| Modifier and Type | Field and Description |
|---|---|
static String[] |
commandPath |
| Constructor and Description |
|---|
MigrateToEnterpriseCommand() |
| Modifier and Type | Method and Description |
|---|---|
int |
execute(Location location,
List<String> args)
The abstract call to execute the Command
|
String |
getUsageDescription() |
String |
getUsageExample() |
addArgument, addOption, addOption, checkArguments, confirm, confirm, defaultArgumentResultHandler, getCommandArgumentList, getCommandLine, getCommandLineOptions, getCommandPath, getCompleter, getUsageHeader, handleBooleanResponse, handleResponse, isCompleteArgumentList, printHelp, println, printUsagepublic static final String[] commandPath
public MigrateToEnterpriseCommand()
throws AlpacaException
AlpacaExceptionpublic int execute(Location location, List<String> args) throws AlpacaException
Commandexecute in class Commandlocation - The location executing the command.args - The command line arguments.AlpacaException - Thrown if an unexpected error occurs while running the command.public String getUsageDescription()
getUsageDescription in class Commandpublic String getUsageExample()
getUsageExample in class CommandCopyright © 2017 ECG. All rights reserved.