ikrs.httpd
Class Run

java.lang.Object
  extended by ikrs.httpd.Run

public class Run
extends java.lang.Object

This class is a wrapper for the Yucca main class. The main purpose of this class is to add a customized CommandFactory to yucca's command factory. By doing this the HTTPHandler is capable to add new commands to yucca's command line.


Constructor Summary
Run()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Run

public Run()
Method Detail

main

public static void main(java.lang.String[] argv)