Class InstallRPMPackage
- 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.InstallNativePackage
-
- com.zerog.ia.auto.project.actions.InstallRPMPackage
-
- All Implemented Interfaces:
OSHostable,Referenceable
public final class InstallRPMPackage extends InstallNativePackage
Installs a Linux RPM package on the end user's system.
-
-
Constructor Summary
Constructors Constructor Description InstallRPMPackage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleangetCustomRepo()Whether the package has custom repository.java.lang.StringgetCustomRepoFile()Whether the package has custom repository file.booleangetForce()Whether to force the package installation.booleangetIgnoreDependencies()Whether to ignore the dependencies of the package.java.lang.StringgetInstallRepoFile()Whether the package has install repository file.intgetRadioSelected()To determine which radio button is selected.booleangetRelocatable()Whether the package is relocatable.java.lang.StringgetRepositoryLocation()Whether the package has custom repository file.voidsetCustomRepo(boolean customRepo)Whether the package has custom repository.voidsetCustomRepoFile(java.lang.String customRepoFile)Whether the package has custom repository file.voidsetForce(boolean force)Whether to force the package installation.voidsetIgnoreDependencies(boolean value)Whether to ignore the dependencies of the package.voidsetInstallRepoFile(java.lang.String installRepoFile)Whether the package has install repository file.voidsetRadioSelected(int radioSelected)To determine which radio button is selected.voidsetRelocatable(boolean relocatable)Whether the package is relocatable.voidsetRepositoryLocation(java.lang.String repositoryLocation)Whether the package has custom repository file.-
Methods inherited from class com.zerog.ia.auto.project.actions.InstallNativePackage
getDialogLabel, getExistingFile, getInstalledFile, getShouldUninstall, getShowIndeterminateDialog, getUseInstalledFile, setDialogLabel, setExistingFile, setInstalledFile, setShouldUninstall, setShowIndeterminateDialog, setUseInstalledFile
-
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
-
getRadioSelected
public int getRadioSelected()
To determine which radio button is selected.
-
setRadioSelected
public void setRadioSelected(int radioSelected)
To determine which radio button is selected.
-
setIgnoreDependencies
public void setIgnoreDependencies(boolean value)
Whether to ignore the dependencies of the package.
-
getIgnoreDependencies
public boolean getIgnoreDependencies()
Whether to ignore the dependencies of the package.
-
getForce
public boolean getForce()
Whether to force the package installation.
-
setForce
public void setForce(boolean force)
Whether to force the package installation.
-
getRelocatable
public boolean getRelocatable()
Whether the package is relocatable.
-
setRelocatable
public void setRelocatable(boolean relocatable)
Whether the package is relocatable.
-
getCustomRepo
public boolean getCustomRepo()
Whether the package has custom repository.
-
setCustomRepo
public void setCustomRepo(boolean customRepo)
Whether the package has custom repository.
-
getRepositoryLocation
public java.lang.String getRepositoryLocation()
Whether the package has custom repository file.
-
setRepositoryLocation
public void setRepositoryLocation(java.lang.String repositoryLocation)
Whether the package has custom repository file.
-
getCustomRepoFile
public java.lang.String getCustomRepoFile()
Whether the package has custom repository file.
-
setCustomRepoFile
public void setCustomRepoFile(java.lang.String customRepoFile)
Whether the package has custom repository file.
-
getInstallRepoFile
public java.lang.String getInstallRepoFile()
Whether the package has install repository file.
-
setInstallRepoFile
public void setInstallRepoFile(java.lang.String installRepoFile)
Whether the package has install repository file.
-
-