public abstract class PlatformSetupCommand extends Object
| Constructor and Description |
|---|
PlatformSetupCommand(String name,
String summary,
String descriptionHeader,
String descriptionFooter) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
execute(org.apache.commons.cli.Options options,
String... args) |
String |
getDescriptionFooter() |
String |
getDescriptionHeader() |
String |
getName() |
String |
getSummary() |
public abstract void execute(org.apache.commons.cli.Options options,
String... args)
throws PlatformException,
CommandException
PlatformExceptionCommandExceptionpublic String getName()
public String getSummary()
public String getDescriptionHeader()
public String getDescriptionFooter()
Copyright © 2017 Bonitasoft. All rights reserved.