| Constructor and Description |
|---|
BasicSubShell() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the description of the command which is used to generate command line help
|
String |
getDetailedDescription()
Returns a detailed description of the command
|
String |
getName()
Returns the name of the command if used inside a shell
|
void |
setDescription(String description) |
void |
setDetailedDescription(String detailedDescription) |
void |
setName(String name) |
public String getName()
SubShellpublic void setName(String name)
public String getDescription()
SubShellgetDescription in interface SubShellpublic void setDescription(String description)
public String getDetailedDescription()
SubShellgetDetailedDescription in interface SubShellpublic void setDetailedDescription(String detailedDescription)
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.