|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.googlecode.jeeunit.glassfish.EmbeddedGlassfishContainer
public class EmbeddedGlassfishContainer
Singleton implementing the ContainerLauncher functionality for Embedded Glassfish.
| Method Summary | |
|---|---|
void |
addMetadata(File file)
|
URI |
autodeploy()
|
protected String |
getApplicationName()
|
protected File |
getConfiguration()
|
protected String |
getContextRoot()
|
URI |
getContextRootUri()
|
static EmbeddedGlassfishContainer |
getInstance()
|
void |
launch()
|
protected void |
setApplicationName(String applicationName)
Sets the Java EE application name. |
void |
setClasspathFilter(FileFilter classpathFilter)
|
protected void |
setConfiguration(File configuration)
Sets the configuration file for the embedded server. |
protected void |
setContextRoot(String contextRoot)
Sets the context root for the deployed test application. |
void |
shutdown()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static EmbeddedGlassfishContainer getInstance()
protected String getApplicationName()
protected void setApplicationName(String applicationName)
applicationName - protected String getContextRoot()
protected void setContextRoot(String contextRoot)
contextRoot - protected File getConfiguration()
protected void setConfiguration(File configuration)
configuration - public void setClasspathFilter(FileFilter classpathFilter)
public void launch()
public void shutdown()
public URI autodeploy()
public URI getContextRootUri()
public void addMetadata(File file)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||