All Packages Class Hierarchy This Package Previous Next Index
Class Acme.Comnd.OptionalComnd
java.lang.Object
|
+----Acme.Comnd.Comnd
|
+----Acme.Comnd.OptionalComnd
- public class OptionalComnd
- extends Comnd
An optional Comnd.
Fetch the software.
Fetch the entire Acme package.
-
OptionalComnd(Comnd)
-
-
complete(ComndContext)
- Each type of Comnd implements this to auto-complete partial input.
-
help(ComndContext)
- Each type of Comnd implements this to display a help message.
-
parse(ComndContext)
- Each type of Comnd implements this to parse the input.
-
results(ComndContext)
- Each type of Comnd implements this to return the value of the item
after parsing.
OptionalComnd
public OptionalComnd(Comnd c)
parse
public Comnd[] parse(ComndContext ctx)
- Each type of Comnd implements this to parse the input.
- Overrides:
- parse in class Comnd
results
public Object results(ComndContext ctx)
- Each type of Comnd implements this to return the value of the item
after parsing.
- Overrides:
- results in class Comnd
help
protected void help(ComndContext ctx)
- Each type of Comnd implements this to display a help message.
- Overrides:
- help in class Comnd
complete
protected void complete(ComndContext ctx)
- Each type of Comnd implements this to auto-complete partial input.
- Overrides:
- complete in class Comnd
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs