org.cagrid.installer.tasks
Interface Task
- All Known Implementing Classes:
- AbstractCreateDatabaseTask, AbstractTask, AntTask, BasicTask, CaGridAntTask, CaGridInstallerAntTask, CompileCaGridTask, ConditionalTask, ConfigureBPELAdminSecurityTask, ConfigureCDSTask, ConfigureDorianTask, ConfigureGlobusTask, ConfigureGridGrouperTask, ConfigureGTSTask, ConfigureTargetGridTask, ConfigureTomcatTask, CopySelectedServicesToTempDirTask, CreateGridGrouperDatabaseTask, CreateLiferayDatabaseTask, CreatePortalDatabaseTask, DeployActiveBPELTask, DeployAuthenticationServiceTask, DeployDorianTask, DeployGlobusToTomcatTask, DeployIndexServiceTask, DeployMyServiceTask, DeployServiceTask, DeployWorkflowServiceTask, DownloadFileTask, GenerateCATask, GenerateServiceCredsTask, InitPortalDBTask, SaveSettingsTask, UnzipInstallTask
public interface Task
- Author:
- Joshua Phillips
getName
java.lang.String getName()
getDescription
java.lang.String getDescription()
execute
java.lang.Object execute(CaGridInstallerModel model)
throws java.lang.Exception
- Throws:
java.lang.Exception
getStepCount
int getStepCount()
getLastStep
int getLastStep()
setStepCount
void setStepCount(int count)
setLastStep
void setLastStep(int lastStep)
addPropertyChangeListener
void addPropertyChangeListener(java.beans.PropertyChangeListener l)
isAbortOnError
boolean isAbortOnError()