org.wso2.wsas.installer
Class GenericInstaller

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

public class GenericInstaller
extends AbstractInstaller


Field Summary
 
Fields inherited from class org.wso2.wsas.installer.AbstractInstaller
javaHome, serverHome, wso2wsasHome
 
Constructor Summary
GenericInstaller()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String getId()
           
 java.lang.String getServerInfoImplClass()
           
 java.util.Properties getServerProperties()
           
 java.lang.String[] getSupportedVersions()
           
 void install()
           
 
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

GenericInstaller

public GenericInstaller()
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()

getServerInfoImplClass

public java.lang.String getServerInfoImplClass()

getServerProperties

public java.util.Properties getServerProperties()