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()
SubShell
public void setName(String name)
public String getDescription()
SubShell
getDescription
in interface SubShell
public void setDescription(String description)
public String getDetailedDescription()
SubShell
getDetailedDescription
in interface SubShell
public void setDetailedDescription(String detailedDescription)
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.