de.grogra.imp.net
Class HttpServerProject

java.lang.Object
  extended by de.grogra.imp.NewProject
      extended by de.grogra.imp.net.HttpServerProject
All Implemented Interfaces:
Command

public class HttpServerProject
extends NewProject


Field Summary
 
Fields inherited from interface de.grogra.pf.ui.Command
DISPOSE
 
Constructor Summary
HttpServerProject()
           
 
Method Summary
static void close(Context ctx)
           
protected  void configure(Workbench wb, java.lang.Object arg)
           
 void run(java.lang.Object arg, Context ctx)
          Performs the actions of this command.
 
Methods inherited from class de.grogra.imp.NewProject
getCommandName, getProjectName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpServerProject

public HttpServerProject()
Method Detail

close

public static void close(Context ctx)
                  throws java.io.IOException
Throws:
java.io.IOException

configure

protected void configure(Workbench wb,
                         java.lang.Object arg)
Overrides:
configure in class NewProject

run

public void run(java.lang.Object arg,
                Context ctx)
Description copied from interface: Command
Performs the actions of this command. This method is invoked by the JobManager after the command has been submitted to the job manager by one of execute, runAt, or runLater-methods. The arguments info and context are the arguments which have been provided as arguments to the JobManager-methods.

Specified by:
run in interface Command
Overrides:
run in class NewProject
Parameters:
arg - an argument
ctx - a context