Modifier and Type | Required Element and Description |
---|---|
String |
name
REturns the name of the command if used inside a shell
|
String |
scope
Returns the scope or sub shell of the command
|
Modifier and Type | Optional Element and Description |
---|---|
String |
description
Returns the description of the command which is used to generate command line help
|
String |
detailedDescription
Returns a detailed description of the command
|
public abstract String scope
public abstract String name
public abstract String description
public abstract String detailedDescription
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.