|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.crsh.cli.descriptor.Description
public final class Description
| Field Summary | |
|---|---|
private String |
man
. |
private String |
usage
. |
| Constructor Summary | |
|---|---|
Description()
|
|
Description(AnnotatedElement annotated)
|
|
Description(Annotation... annotations)
|
|
Description(Description child,
Description parent)
|
|
Description(String usage,
String man)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
(package private) String |
getBestEffortMan()
|
String |
getMan()
|
String |
getUsage()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final String usage
private final String man
| Constructor Detail |
|---|
public Description()
public Description(Description child,
Description parent)
public Description(String usage,
String man)
public Description(AnnotatedElement annotated)
public Description(Annotation... annotations)
| Method Detail |
|---|
public String getUsage()
public String getMan()
String getBestEffortMan()
public boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||