| java.lang.Object com.tc.test.server.appserver.AbstractAppServerInstallation
All known Subclasses: com.tc.test.server.appserver.tomcat5x.Tomcat5xAppServerInstallation, com.tc.test.server.appserver.jboss4x.JBoss4xAppServerInstallation, com.tc.test.server.appserver.glassfishv1.GlassfishV1AppServerInstallation, com.tc.test.server.appserver.jetty6x.Jetty6xAppServerInstallation, com.tc.test.server.appserver.wasce1x.Wasce1xAppServerInstallation, com.tc.test.server.appserver.was6x.Was6xAppServerInstallation, com.tc.test.server.appserver.jboss3x.JBoss3xAppServerInstallation, com.tc.test.server.appserver.weblogic9x.Weblogic9xAppServerInstallation, com.tc.test.server.appserver.weblogic8x.Weblogic8xAppServerInstallation,
AbstractAppServerInstallation | abstract public class AbstractAppServerInstallation implements AppServerStartupEnvironment(Code) | | Manages the installed environment pertaining to an appserver. This class is supplied as a constructor argument to
AbstractAppServer .
|
AbstractAppServerInstallation | public AbstractAppServerInstallation(File home, File workingDir, String majorVersion, String minorVersion) throws Exception(Code) | | Use existing installation (example: CATALINA_HOME)
|
dataDirectory | final public File dataDirectory()(Code) | | |
isRepoInstall | public boolean isRepoInstall()(Code) | | |
sandboxDirectory | public File sandboxDirectory()(Code) | | |
serverInstallDirectory | final public File serverInstallDirectory()(Code) | | |
workingDirectory | final public File workingDirectory()(Code) | | |
|
|