Cliser

cliser
Class CLI

java.lang.Object
  |
  +--cliser.CLI

public class CLI
extends java.lang.Object

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

CLI

public CLI()
Method Detail

main

public static void main(java.lang.String[] args)
command-line interface for Cliser
Parameters:
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

Cliser is open-source freeware distributed under the GNU Public License.