Class DeployAppArchive
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.actions.Action
-
- com.zerog.ia.auto.project.actions.DeployAppArchive
-
- All Implemented Interfaces:
JEEHostable,Referenceable
public final class DeployAppArchive extends Action implements JEEHostable
Deploys a WAR or EAR archive to an application server.
-
-
Constructor Summary
Constructors Constructor Description DeployAppArchive()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApplicationName()The name of the application.java.lang.StringgetDeploymentOptionChoice()Deployment option choice.java.lang.StringgetDeploymentPlanExistingFile()The path to deployment plan existing file.java.lang.StringgetDeploymentPlanFile()The path to deployment plan installed file.FileTypegetDeploymentPlanFileType()The deployment plan file type: installed or existing.java.lang.StringgetExistingFile()The path to the WAR or EAR existing file to deploy.FileTypegetFileType()The WAR or EAR file type: installed or existing.java.lang.StringgetManagerClass()booleangetRestartTomcat()java.lang.StringgetSecurityEnabledStatus()java.lang.StringgetSourceFile()The path to the WAR or EAR installed file to deploy.java.lang.StringgetTomcatHostName()java.lang.StringgetTomcatPassword()java.lang.StringgetTomcatPort()java.lang.StringgetTomcatServerPath()java.lang.StringgetTomcatSSLConnectionStatus()java.lang.StringgetTomcatUsername()java.lang.StringgetTruststorePassword()java.lang.StringgetTruststorePath()booleangetUndeployOnUninstall()Whether to undeploy the archive when the uninstaller runs.java.lang.StringgetWasDeploymentOptionChoice()java.lang.StringgetWasHostName()java.lang.StringgetWasPassword()java.lang.StringgetWasSOAPPort()java.lang.StringgetWasUsername()voidsetApplicationName(java.lang.String name)The name of the application.voidsetDeploymentOptionChoice(java.lang.String deploymentOptionChoice)Deployment option choice.voidsetDeploymentPlanExistingFile(java.lang.String deploymentPlanExistingFile)The path to deployment plan existing file.voidsetDeploymentPlanFile(java.lang.String path)The path to deployment plan installed file.voidsetDeploymentPlanFileType(FileType planFileType)The deployment plan file type: installed or existing.voidsetExistingFile(java.lang.String existingPath)The path to the WAR or EAR existing file to deploy.voidsetFileType(FileType fileType)The WAR or EAR file type: installed or existing.voidsetManagerClass(java.lang.String ManagerClass)voidsetRestartTomcat(boolean restartTomcat)voidsetSecurityEnabledStatus(java.lang.String isSecurityEnabled)voidsetSourceFile(java.lang.String path)The path to the WAR or EAR installed file to deploy.voidsetTomcatHostName(java.lang.String tomcatHostName)voidsetTomcatPassword(java.lang.String tomcatPassword)voidsetTomcatPort(java.lang.String tomcatPort)voidsetTomcatServerPath(java.lang.String tomcatServerPath)voidsetTomcatSSLConnectionStatus(java.lang.String tomcatSSLConnectionStatus)voidsetTomcatUsername(java.lang.String tomcatUsername)voidsetTruststorePassword(java.lang.String truststorePassword)voidsetTruststorePath(java.lang.String truststorePath)voidsetUndeployOnUninstall(boolean undeployOnUninstall)Whether to undeploy the archive when the uninstaller runs.voidsetWasDeploymentOptionChoice(java.lang.String wasDeploymentOptionChoice)voidsetWasHostName(java.lang.String wasHostName)voidsetWasPassword(java.lang.String wasPassword)voidsetWasSOAPPort(java.lang.String wasSOAPPort)voidsetWasUsername(java.lang.String wasUsername)-
Methods inherited from class com.zerog.ia.auto.project.InstallableObject
getBelongsToUninstallPhase, getRollbackEnabledCancel, getRollbackEnabledError, getRuleExpression, getRules, getRulesLogicalOperation, getTagsInInstallPiece, setBelongsToUninstallPhase, setRollbackEnabledCancel, setRollbackEnabledError, setRuleExpression, setRulesLogicalOperation, setTagsInInstallPiece
-
Methods inherited from class com.zerog.ia.auto.project.ProjectObject
equals, getReferenceID, hashCode, setReferenceID
-
-
-
-
Method Detail
-
getApplicationName
public java.lang.String getApplicationName()
The name of the application.
-
setApplicationName
public void setApplicationName(java.lang.String name)
The name of the application.
-
getExistingFile
public java.lang.String getExistingFile()
The path to the WAR or EAR existing file to deploy.
-
setExistingFile
public void setExistingFile(java.lang.String existingPath)
The path to the WAR or EAR existing file to deploy.
-
getFileType
public FileType getFileType()
The WAR or EAR file type: installed or existing.
-
setFileType
public void setFileType(FileType fileType)
The WAR or EAR file type: installed or existing.
-
getUndeployOnUninstall
public boolean getUndeployOnUninstall()
Whether to undeploy the archive when the uninstaller runs.
-
setUndeployOnUninstall
public void setUndeployOnUninstall(boolean undeployOnUninstall)
Whether to undeploy the archive when the uninstaller runs.
-
getDeploymentOptionChoice
public java.lang.String getDeploymentOptionChoice()
Deployment option choice. Possible values are: 1. Local Tomcat = 1 2. Remote Tomcat = 2 3. Do not deploy. Save locally = 3
-
setDeploymentOptionChoice
public void setDeploymentOptionChoice(java.lang.String deploymentOptionChoice)
Deployment option choice.
-
getTomcatServerPath
public java.lang.String getTomcatServerPath()
-
setTomcatServerPath
public void setTomcatServerPath(java.lang.String tomcatServerPath)
-
getTomcatHostName
public java.lang.String getTomcatHostName()
-
setTomcatHostName
public void setTomcatHostName(java.lang.String tomcatHostName)
-
getTomcatPort
public java.lang.String getTomcatPort()
-
setTomcatPort
public void setTomcatPort(java.lang.String tomcatPort)
-
getTomcatUsername
public java.lang.String getTomcatUsername()
-
setTomcatUsername
public void setTomcatUsername(java.lang.String tomcatUsername)
-
getTomcatPassword
public java.lang.String getTomcatPassword()
-
setTomcatPassword
public void setTomcatPassword(java.lang.String tomcatPassword)
-
getTomcatSSLConnectionStatus
public java.lang.String getTomcatSSLConnectionStatus()
-
setTomcatSSLConnectionStatus
public void setTomcatSSLConnectionStatus(java.lang.String tomcatSSLConnectionStatus)
-
getRestartTomcat
public boolean getRestartTomcat()
-
setRestartTomcat
public void setRestartTomcat(boolean restartTomcat)
-
getDeploymentPlanExistingFile
public java.lang.String getDeploymentPlanExistingFile()
The path to deployment plan existing file.
-
setDeploymentPlanExistingFile
public void setDeploymentPlanExistingFile(java.lang.String deploymentPlanExistingFile)
The path to deployment plan existing file.
-
getDeploymentPlanFileType
public FileType getDeploymentPlanFileType()
The deployment plan file type: installed or existing.
-
setDeploymentPlanFileType
public void setDeploymentPlanFileType(FileType planFileType)
The deployment plan file type: installed or existing.
-
getWasDeploymentOptionChoice
public java.lang.String getWasDeploymentOptionChoice()
-
setWasDeploymentOptionChoice
public void setWasDeploymentOptionChoice(java.lang.String wasDeploymentOptionChoice)
-
getWasHostName
public java.lang.String getWasHostName()
-
setWasHostName
public void setWasHostName(java.lang.String wasHostName)
-
getWasSOAPPort
public java.lang.String getWasSOAPPort()
-
setWasSOAPPort
public void setWasSOAPPort(java.lang.String wasSOAPPort)
-
getWasUsername
public java.lang.String getWasUsername()
-
setWasUsername
public void setWasUsername(java.lang.String wasUsername)
-
getWasPassword
public java.lang.String getWasPassword()
-
setWasPassword
public void setWasPassword(java.lang.String wasPassword)
-
getSecurityEnabledStatus
public java.lang.String getSecurityEnabledStatus()
-
setSecurityEnabledStatus
public void setSecurityEnabledStatus(java.lang.String isSecurityEnabled)
-
getTruststorePath
public java.lang.String getTruststorePath()
-
setTruststorePath
public void setTruststorePath(java.lang.String truststorePath)
-
getTruststorePassword
public java.lang.String getTruststorePassword()
-
setTruststorePassword
public void setTruststorePassword(java.lang.String truststorePassword)
-
getManagerClass
public java.lang.String getManagerClass()
-
setManagerClass
public void setManagerClass(java.lang.String ManagerClass)
-
setSourceFile
public void setSourceFile(java.lang.String path)
The path to the WAR or EAR installed file to deploy.
-
getSourceFile
public java.lang.String getSourceFile()
The path to the WAR or EAR installed file to deploy.
-
setDeploymentPlanFile
public void setDeploymentPlanFile(java.lang.String path)
The path to deployment plan installed file. A deployment plan is an XML file that contains server-specific information not included in the EAR or WAR file's deployment descriptor.
-
getDeploymentPlanFile
public java.lang.String getDeploymentPlanFile()
The path to deployment plan installed file. A deployment plan is an XML file that contains server-specific information not included in the EAR or WAR file's deployment descriptor.
-
-