Package org.glassfish.ant.embedded.tasks
Class Util
java.lang.Object
org.glassfish.ant.embedded.tasks.Util
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voiddisposeGlassFish(String serverID) static voidrunCommand(String commandLine, String serverId) static org.glassfish.embeddable.GlassFishstartGlassFish(String serverID, String installRoot, String instanceRoot, String configFile, boolean configFileReadOnly, int httpPort) static void
-
Constructor Details
-
Util
public Util()
-
-
Method Details
-
startGlassFish
public static org.glassfish.embeddable.GlassFish startGlassFish(String serverID, String installRoot, String instanceRoot, String configFile, boolean configFileReadOnly, int httpPort) throws org.glassfish.embeddable.GlassFishException - Throws:
org.glassfish.embeddable.GlassFishException
-
deploy
- Throws:
Exception
-
undeploy
- Throws:
Exception
-
runCommand
- Throws:
Exception
-
disposeGlassFish
public static void disposeGlassFish(String serverID) throws org.glassfish.embeddable.GlassFishException - Throws:
org.glassfish.embeddable.GlassFishException
-