Class Installation

java.lang.Object
com.opensymphony.xwork2.ActionSupport
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.interceptor.ValidationAware, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, Serializable

public class Installation extends BaseSetupAction
Select and set (in crowd.cfg.xml) the installation type for the setup:
  1. New Installation
  2. Upgrade from XML Backup
  3. Upgrade from existing Database
See CrowdSetupPersister for more information regarding the flow of the setup process with respect to the installation type.
See Also:
  • Field Details

  • Constructor Details

    • Installation

      public Installation()
  • Method Details

    • getStepName

      public String getStepName()
      Specified by:
      getStepName in class BaseSetupAction
    • execute

      public String execute()
      Specified by:
      execute in interface com.opensymphony.xwork2.Action
      Overrides:
      execute in class BaseSetupAction
    • update

      public String update()
      Overrides:
      update in class BaseSetupAction
    • getInstallOption

      public String getInstallOption()
    • setInstallOption

      public void setInstallOption(String installOption)
    • getNewInstallValue

      public String getNewInstallValue()
    • getXmlInstallValue

      public String getXmlInstallValue()
    • isNewInstallSelected

      public boolean isNewInstallSelected()
    • isXmlInstallSelected

      public boolean isXmlInstallSelected()