|
Cliser | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cliser.CLI
CLI provides a menu-drive command-line interface for Cliser's code-generation capabilities.
To run the program, enter cliser.CLI at the command-line.
Constructor Summary | |
CLI()
|
Method Summary | |
static void |
main(java.lang.String[] args)
command-line interface for Cliser |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public CLI()
Method Detail |
public static void main(java.lang.String[] args)
args
- unused.
Input (keyboard): name of service, port, network interface, protocol, whether to generate a client (gen-client), a server (gen-server), or both, and whether multithreading is wanted (if gen-server).
Postcondition:
client source code has been output
iff gen-client == true;
&& server source code has been output
iff gen-server is true.
|
Cliser | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |