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 boolean
getCustomRepo()
Whether the package has custom repository.java.lang.String
getCustomRepoFile()
Whether the package has custom repository file.boolean
getForce()
Whether to force the package installation.boolean
getIgnoreDependencies()
Whether to ignore the dependencies of the package.java.lang.String
getInstallRepoFile()
Whether the package has install repository file.int
getRadioSelected()
To determine which radio button is selected.boolean
getRelocatable()
Whether the package is relocatable.java.lang.String
getRepositoryLocation()
Whether the package has custom repository file.void
setCustomRepo(boolean customRepo)
Whether the package has custom repository.void
setCustomRepoFile(java.lang.String customRepoFile)
Whether the package has custom repository file.void
setForce(boolean force)
Whether to force the package installation.void
setIgnoreDependencies(boolean value)
Whether to ignore the dependencies of the package.void
setInstallRepoFile(java.lang.String installRepoFile)
Whether the package has install repository file.void
setRadioSelected(int radioSelected)
To determine which radio button is selected.void
setRelocatable(boolean relocatable)
Whether the package is relocatable.void
setRepositoryLocation(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.
-
-