|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.byu.ece.edif.util.jsap.commandgroups.AbstractCommandGroup
public abstract class AbstractCommandGroup
This class provides a way to easily group and maintain command line options
for the edif tools, using JSAP. Classes that inherit from this class
should be used in conjunction with the EdifCommandParser
EdifCommandParser,
JSAP API,
JSAP Homepage,
JSAP| Field Summary | |
|---|---|
(package private) java.util.Collection<com.martiansoftware.jsap.Parameter> |
_options
|
| Constructor Summary | |
|---|---|
AbstractCommandGroup()
|
|
| Method Summary | |
|---|---|
void |
addCommand(com.martiansoftware.jsap.Parameter o)
|
java.util.Collection<com.martiansoftware.jsap.Parameter> |
getCommands()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
java.util.Collection<com.martiansoftware.jsap.Parameter> _options
| Constructor Detail |
|---|
public AbstractCommandGroup()
| Method Detail |
|---|
public void addCommand(com.martiansoftware.jsap.Parameter o)
public java.util.Collection<com.martiansoftware.jsap.Parameter> getCommands()
getCommands in interface CommandGroup
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||