org.cagrid.installer.model
Interface CaGridInstallerModel

All Superinterfaces:
WizardModel
All Known Implementing Classes:
CaGridInstallerModelImpl

public interface CaGridInstallerModel
extends WizardModel

Author:
Joshua Phillips

Method Summary
 void add(WizardStep step)
           
 void add(WizardStep step, Condition condition)
           
 java.lang.String getInstallerDir()
           
 java.lang.String getMessage(java.lang.String key)
           
 java.lang.String getProperty(java.lang.String propName)
           
 java.lang.String getProperty(java.lang.String propName, java.lang.String defaultValue)
           
 java.lang.String getServiceDestDir()
           
 java.util.Map<java.lang.String,java.lang.String> getStateMap()
           
 boolean isActiveBPELInstalled()
           
 boolean isAntInstalled()
           
 boolean isAuthnSvcServiceCredentialsPresent()
           
 boolean isCAGenerationRequired()
           
 boolean isCaGridInstalled()
           
 boolean isConfigureContainerSelected()
           
 boolean isConfigureGlobusRequired()
           
 boolean isDeployGlobusRequired()
           
 boolean isEqual(java.lang.String value, java.lang.String propName2)
           
 boolean isGlobusConfigured()
           
 boolean isGlobusContainer()
           
 boolean isGlobusDeployed()
           
 boolean isGlobusInstalled()
           
 boolean isPortalInstalled()
           
 boolean isSecureContainerRequired()
           
 boolean isSecurityConfigurationRequired()
           
 boolean isServiceCertGenerationRequired()
           
 boolean isSet(java.lang.String propName)
           
 boolean isSyncGTSInstalled()
           
 boolean isTomcatConfigurationRequired()
           
 boolean isTomcatContainer()
           
 boolean isTomcatInstalled()
           
 boolean isTrue(java.lang.String propName)
           
 void setDeactivatePrevious(boolean b)
           
 void setProperty(java.lang.String propName, java.lang.String propValue)
           
 void unsetProperty(java.lang.String propName)
           
 
Methods inherited from interface org.pietschy.wizard.WizardModel
addPropertyChangeListener, addPropertyChangeListener, getActiveStep, isLastAvailable, isLastStep, isLastVisible, isNextAvailable, isPreviousAvailable, lastStep, nextStep, previousStep, refreshModelState, removePropertyChangeListener, removePropertyChangeListener, reset, stepIterator
 

Method Detail

add

void add(WizardStep step)

add

void add(WizardStep step,
         Condition condition)

getStateMap

java.util.Map<java.lang.String,java.lang.String> getStateMap()

unsetProperty

void unsetProperty(java.lang.String propName)

setProperty

void setProperty(java.lang.String propName,
                 java.lang.String propValue)

getProperty

java.lang.String getProperty(java.lang.String propName)

getProperty

java.lang.String getProperty(java.lang.String propName,
                             java.lang.String defaultValue)

getMessage

java.lang.String getMessage(java.lang.String key)

isTomcatConfigurationRequired

boolean isTomcatConfigurationRequired()

isSecurityConfigurationRequired

boolean isSecurityConfigurationRequired()

isTrue

boolean isTrue(java.lang.String propName)

isTomcatContainer

boolean isTomcatContainer()

isGlobusContainer

boolean isGlobusContainer()

isSet

boolean isSet(java.lang.String propName)

isCAGenerationRequired

boolean isCAGenerationRequired()

isServiceCertGenerationRequired

boolean isServiceCertGenerationRequired()

isEqual

boolean isEqual(java.lang.String value,
                java.lang.String propName2)

isConfigureGlobusRequired

boolean isConfigureGlobusRequired()

isDeployGlobusRequired

boolean isDeployGlobusRequired()

setDeactivatePrevious

void setDeactivatePrevious(boolean b)

getServiceDestDir

java.lang.String getServiceDestDir()

isSecureContainerRequired

boolean isSecureContainerRequired()

isConfigureContainerSelected

boolean isConfigureContainerSelected()

isSyncGTSInstalled

boolean isSyncGTSInstalled()

isAntInstalled

boolean isAntInstalled()

isTomcatInstalled

boolean isTomcatInstalled()

isGlobusInstalled

boolean isGlobusInstalled()

isCaGridInstalled

boolean isCaGridInstalled()

isActiveBPELInstalled

boolean isActiveBPELInstalled()

isGlobusConfigured

boolean isGlobusConfigured()

isGlobusDeployed

boolean isGlobusDeployed()

isPortalInstalled

boolean isPortalInstalled()

isAuthnSvcServiceCredentialsPresent

boolean isAuthnSvcServiceCredentialsPresent()

getInstallerDir

java.lang.String getInstallerDir()