org.wso2.wsas.installer
Class TomcatInstaller

java.lang.Object
  extended byorg.wso2.wsas.installer.AbstractInstaller
      extended byorg.wso2.wsas.installer.AbstractAppServerInstaller
          extended byorg.wso2.wsas.installer.TomcatInstaller
All Implemented Interfaces:
Installable

public class TomcatInstaller
extends AbstractAppServerInstaller


Field Summary
 
Fields inherited from class org.wso2.wsas.installer.AbstractAppServerInstaller
OTHER_VERSION
 
Fields inherited from class org.wso2.wsas.installer.AbstractInstaller
javaHome, serverHome, wso2wsasHome
 
Constructor Summary
TomcatInstaller()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 java.lang.String getServerInfoImplClass()
           
 java.lang.String[] getServerInfoImplClasses()
           
 java.util.Properties getServerProperties()
           
 java.lang.String[] getSupportedVersions()
           
 void install()
           
 
Methods inherited from class org.wso2.wsas.installer.AbstractAppServerInstaller
copyDerbyJAR, copyLog4jJAR, copyToolsJAR, copyWsasWAR, getAppServerHome, getServerVersionIndex
 
Methods inherited from class org.wso2.wsas.installer.AbstractInstaller
createWebArchive, getItem, getServerHome, getWSASHome, setJavaHome, setServerHome, setWSASHome
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TomcatInstaller

public TomcatInstaller()
Method Detail

install

public void install()
             throws InstallationException
Throws:
InstallationException

getDescription

public java.lang.String getDescription()

getId

public java.lang.String getId()

getSupportedVersions

public java.lang.String[] getSupportedVersions()

getServerInfoImplClasses

public java.lang.String[] getServerInfoImplClasses()

getServerInfoImplClass

public java.lang.String getServerInfoImplClass()

getServerProperties

public java.util.Properties getServerProperties()