Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.enhydra.kelp.common.wizard.deploy
Class StartServer  view StartServer download StartServer.java

java.lang.Object
  extended byorg.enhydra.kelp.common.wizard.deploy.StartServer

public class StartServer
extends java.lang.Object


Field Summary
private  java.io.File directory
           
private  java.io.File file
           
private  org.enhydra.kelp.common.node.OtterProject project
           
 
Constructor Summary
protected StartServer(org.enhydra.kelp.common.node.OtterProject p)
          Constructor declaration
 
Method Summary
 void create()
          Write a StartServer.java file for launching and stopping the server with a simple graphical interface.
private  java.lang.String doubleEscape(java.lang.String raw)
          Method declaration
protected  java.io.File getDirectory()
          Method declaration
protected  java.io.File getFile()
          Method declaration
protected  void setDirectory(java.io.File d)
          Method declaration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

private org.enhydra.kelp.common.node.OtterProject project

directory

private java.io.File directory

file

private java.io.File file
Constructor Detail

StartServer

protected StartServer(org.enhydra.kelp.common.node.OtterProject p)
Constructor declaration

Method Detail

getDirectory

protected java.io.File getDirectory()
Method declaration


setDirectory

protected void setDirectory(java.io.File d)
Method declaration


getFile

protected java.io.File getFile()
Method declaration


create

public void create()
            throws java.io.IOException
Write a StartServer.java file for launching and stopping the server with a simple graphical interface. This is useful in environments such as the JDeveloper where you cannot run an arbitrary class from a project.


doubleEscape

private java.lang.String doubleEscape(java.lang.String raw)
Method declaration