All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Acme.Comnd.KeywordsComnd

java.lang.Object
   |
   +----Acme.Comnd.Comnd
           |
           +----Acme.Comnd.OrListComnd
                   |
                   +----Acme.Comnd.KeywordsComnd

public class KeywordsComnd
extends OrListComnd
A list of alternative strings.

Fetch the software.
Fetch the entire Acme package.


Constructor Index

 o KeywordsComnd(String)
 o KeywordsComnd(String, String)
 o KeywordsComnd(String, String, String)
 o KeywordsComnd(String, String, String, String)
 o KeywordsComnd(String, String, String, String, String)
 o KeywordsComnd(String, String, String, String, String, String)
 o KeywordsComnd(String, String, String, String, String, String, String)
 o KeywordsComnd(String[])

Method Index

 o help(ComndContext)
Each type of Comnd implements this to display a help message.

Constructors

 o KeywordsComnd
 public KeywordsComnd(String sl[])
 o KeywordsComnd
 public KeywordsComnd(String s0)
 o KeywordsComnd
 public KeywordsComnd(String s0,
                      String s1)
 o KeywordsComnd
 public KeywordsComnd(String s0,
                      String s1,
                      String s2)
 o KeywordsComnd
 public KeywordsComnd(String s0,
                      String s1,
                      String s2,
                      String s3)
 o KeywordsComnd
 public KeywordsComnd(String s0,
                      String s1,
                      String s2,
                      String s3,
                      String s4)
 o KeywordsComnd
 public KeywordsComnd(String s0,
                      String s1,
                      String s2,
                      String s3,
                      String s4,
                      String s5)
 o KeywordsComnd
 public KeywordsComnd(String s0,
                      String s1,
                      String s2,
                      String s3,
                      String s4,
                      String s5,
                      String s6)

Methods

 o help
 protected void help(ComndContext ctx)
Each type of Comnd implements this to display a help message.

Overrides:
help in class OrListComnd

All Packages  Class Hierarchy  This Package  Previous  Next  Index

ACME Java  ACME Labs