|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> wizard >> [ deploy overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.enhydra.kelp.common.wizard.deploy
Class StartServer

java.lang.Objectorg.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
|
|||||||||
| Home >> All >> org >> enhydra >> kelp >> common >> wizard >> [ deploy overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.enhydra.kelp.common.wizard.deploy.StartServer