|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ocl.examples.standalone.StandaloneCommand
org.eclipse.ocl.examples.standalone.HelpCommand
public class HelpCommand
The HelpCommand provides interactive help.
Nested Class Summary | |
---|---|
protected static class |
HelpCommand.CommandComparator
|
protected static class |
HelpCommand.TokenComparator
|
Nested classes/interfaces inherited from class org.eclipse.ocl.examples.standalone.StandaloneCommand |
---|
StandaloneCommand.CommandToken, StandaloneCommand.StringToken |
Field Summary |
---|
Fields inherited from class org.eclipse.ocl.examples.standalone.StandaloneCommand |
---|
help, name, standaloneApplication, tokens |
Constructor Summary | |
---|---|
HelpCommand(StandaloneApplication standaloneApplication)
|
Method Summary | |
---|---|
StandaloneResponse |
execute(java.util.Map<StandaloneCommand.CommandToken,java.util.List<java.lang.String>> token2strings)
|
java.util.Map<StandaloneCommand.CommandToken,java.util.List<java.lang.String>> |
parse(java.lang.String[] arguments)
|
Methods inherited from class org.eclipse.ocl.examples.standalone.StandaloneCommand |
---|
addToken, check, getHelp, getName, getTokens, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HelpCommand(@NonNull StandaloneApplication standaloneApplication)
Method Detail |
---|
@NonNull public StandaloneResponse execute(@NonNull java.util.Map<StandaloneCommand.CommandToken,java.util.List<java.lang.String>> token2strings)
execute
in class StandaloneCommand
@Nullable public java.util.Map<StandaloneCommand.CommandToken,java.util.List<java.lang.String>> parse(@NonNull java.lang.String[] arguments)
parse
in class StandaloneCommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |