|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.symcomp.wupsi.handlers.WupsiHandler
org.symcomp.wupsi.handlers.SetHandler
public class SetHandler
handles the 'set' command family, which are used to set a couple of options.
| Constructor Summary | |
|---|---|
SetHandler(Wupsifer w)
|
|
| Method Summary | |
|---|---|
java.lang.String |
command()
If the beginning of the current command mathes this string, this is the correct handler to be called. |
void |
handle(java.lang.String in)
this method is called with the entered command by Wupsifer |
java.lang.String |
help()
some usage infos |
| Methods inherited from class org.symcomp.wupsi.handlers.WupsiHandler |
|---|
shutdownHook, systemDiedHook |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SetHandler(Wupsifer w)
| Method Detail |
|---|
public java.lang.String command()
WupsiHandler
command in class WupsiHandlerpublic void handle(java.lang.String in)
WupsiHandler
handle in class WupsiHandlerin - the entered commandpublic java.lang.String help()
WupsiHandler
help in class WupsiHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||