Package com.zerog.ia.auto.project.panels
Class MinimalUIAction
- java.lang.Object
-
- com.zerog.ia.auto.project.ProjectObject
-
- com.zerog.ia.auto.project.InstallableObject
-
- com.zerog.ia.auto.project.panels.InstallPanelAction
-
- com.zerog.ia.auto.project.panels.MinimalUIAction
-
- All Implemented Interfaces:
Referenceable
public final class MinimalUIAction extends InstallPanelAction
-
-
Constructor Summary
Constructors Constructor Description MinimalUIAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
getDisplayLicenseAgreement()
java.lang.String
getEulaLocation()
java.lang.String
getExistingFilePath()
gets an existing file path to license agreement text source file.boolean
getIsEULAWebLocation()
boolean
isDisplayLicenseAgreement()
boolean
isIsEULAWebLocation()
void
setDisplayLicenseAgreement(boolean displayLicenseAgreement)
void
setEulaLocation(java.lang.String eulaLocation)
void
setExistingFilePath(java.lang.String existingFilePath)
sets an existing file path to license agreement text source file.void
setIsEULAWebLocation(boolean isEULAWebLocation)
-
Methods inherited from class com.zerog.ia.auto.project.panels.InstallPanelAction
getArchivesSigned, getDependencies, getHelp, getImage, getImageOption, getInstallPanelClassName, getLabelIndex, getLabelOption, getResource, setArchivesSigned, setDependencies, setHelp, setImage, setImageOption, setInstallPanelClassName, setLabelIndex, setLabelOption, setResource
-
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
-
isDisplayLicenseAgreement
public boolean isDisplayLicenseAgreement()
-
getDisplayLicenseAgreement
public boolean getDisplayLicenseAgreement()
-
setDisplayLicenseAgreement
public void setDisplayLicenseAgreement(boolean displayLicenseAgreement)
-
isIsEULAWebLocation
public boolean isIsEULAWebLocation()
-
getIsEULAWebLocation
public boolean getIsEULAWebLocation()
-
setIsEULAWebLocation
public void setIsEULAWebLocation(boolean isEULAWebLocation)
-
getEulaLocation
public java.lang.String getEulaLocation()
-
setEulaLocation
public void setEulaLocation(java.lang.String eulaLocation)
-
getExistingFilePath
public java.lang.String getExistingFilePath()
gets an existing file path to license agreement text source file.
-
setExistingFilePath
public void setExistingFilePath(java.lang.String existingFilePath)
sets an existing file path to license agreement text source file.
-
-