|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.ant.embedded.tasks.Util
public class Util
| Constructor Summary | |
|---|---|
Util()
|
|
| Method Summary | |
|---|---|
static void |
deploy(String app,
String serverId,
List<String> deployParams)
|
static void |
disposeGlassFish(String serverID)
|
static void |
runCommand(String commandLine,
String serverId)
|
static GlassFish |
startGlassFish(String serverID,
String installRoot,
String instanceRoot,
String configFileURI,
boolean configFileReadOnly,
int httpPort)
|
static void |
undeploy(String appName,
String serverId)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Util()
| Method Detail |
|---|
public static GlassFish startGlassFish(String serverID,
String installRoot,
String instanceRoot,
String configFileURI,
boolean configFileReadOnly,
int httpPort)
throws GlassFishException
GlassFishException
public static void deploy(String app,
String serverId,
List<String> deployParams)
throws Exception
Exception
public static void undeploy(String appName,
String serverId)
throws Exception
Exception
public static void runCommand(String commandLine,
String serverId)
throws Exception
Exception
public static void disposeGlassFish(String serverID)
throws GlassFishException
GlassFishException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||