org.wso2.wsas.installer
Class AbstractAppServerInstaller
java.lang.Object
org.wso2.wsas.installer.AbstractInstaller
org.wso2.wsas.installer.AbstractAppServerInstaller
- All Implemented Interfaces:
- Installable
- Direct Known Subclasses:
- GeronimoInstaller, JBossInstaller, TomcatInstaller
public abstract class AbstractAppServerInstaller
- extends AbstractInstaller
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OTHER_VERSION
public static final java.lang.String OTHER_VERSION
- See Also:
- Constant Field Values
AbstractAppServerInstaller
public AbstractAppServerInstaller()
getServerVersionIndex
protected int getServerVersionIndex()
throws InstallationException
- Throws:
InstallationException
getAppServerHome
protected java.lang.String getAppServerHome()
throws InstallationException
- Throws:
InstallationException
copyDerbyJAR
protected void copyDerbyJAR(java.lang.String toDir)
throws InstallationException
- Throws:
InstallationException
copyLog4jJAR
protected void copyLog4jJAR(java.lang.String toDir)
throws InstallationException
- Throws:
InstallationException
copyWsasWAR
protected void copyWsasWAR(java.lang.String webappsDir)
throws InstallationException
- Throws:
InstallationException