Class InstallRPMPackage

    • Constructor Detail

      • InstallRPMPackage

        public InstallRPMPackage()
    • 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.