public abstract class CmdLineAction extends Object
CmdLineOption
s and
then executed.Modifier and Type | Class and Description |
---|---|
static class |
CmdLineAction.ActionMessagePrinter |
Constructor and Description |
---|
CmdLineAction() |
CmdLineAction(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
abstract void |
execute(CmdLineAction.ActionMessagePrinter printer) |
String |
getDescription() |
String |
getDetailedDescription() |
String |
getExamples() |
String |
getName() |
void |
setDescription(String description) |
void |
setDetailedDescription(String detailedDescription) |
void |
setExamples(String examples) |
void |
setName(String name) |
public void setName(String name)
public String getName()
public void setDescription(String description)
public String getDescription()
public void setDetailedDescription(String detailedDescription)
public String getDetailedDescription()
public void setExamples(String examples)
public String getExamples()
public abstract void execute(CmdLineAction.ActionMessagePrinter printer) throws CmdLineActionException
CmdLineActionException
Copyright © 1999–2017 Apache OODT. All rights reserved.