org.wso2.wsas.installer
Class EclipseWtpPluginInstalltionMode

java.lang.Object
  extended by org.wso2.wsas.installer.EclipseWtpPluginInstalltionMode
All Implemented Interfaces:
InstallationMode

public class EclipseWtpPluginInstalltionMode
extends java.lang.Object
implements InstallationMode

This class coordinates the WSAS installation as an Eclipse WTP Plugin


Constructor Summary
EclipseWtpPluginInstalltionMode()
           
 
Method Summary
 void doInstallation()
          Carry out the installation
 java.lang.String getDescription()
          Get the description for this installation mode
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EclipseWtpPluginInstalltionMode

public EclipseWtpPluginInstalltionMode()
Method Detail

doInstallation

public void doInstallation()
                    throws InstallationException
Description copied from interface: InstallationMode
Carry out the installation

Specified by:
doInstallation in interface InstallationMode
Throws:
InstallationException - If something goes wrong during the installation

getDescription

public java.lang.String getDescription()
Description copied from interface: InstallationMode
Get the description for this installation mode

Specified by:
getDescription in interface InstallationMode
Returns:
The description for this installation mode

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object