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 booleangetDisplayLicenseAgreement()java.lang.StringgetEulaLocation()java.lang.StringgetExistingFilePath()gets an existing file path to license agreement text source file.booleangetIsEULAWebLocation()booleanisDisplayLicenseAgreement()booleanisIsEULAWebLocation()voidsetDisplayLicenseAgreement(boolean displayLicenseAgreement)voidsetEulaLocation(java.lang.String eulaLocation)voidsetExistingFilePath(java.lang.String existingFilePath)sets an existing file path to license agreement text source file.voidsetIsEULAWebLocation(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.
-
-