public class PackageStateChanges
extends java.lang.Object
| Constructor and Description |
|---|
PackageStateChanges(java.util.List<PackageVersion> toInstall,
java.util.List<PackageVersion> toUpdate,
java.util.List<PackageVersion> toErase)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PackageVersion> |
getToErase() |
java.util.List<PackageVersion> |
getToInstall() |
java.util.List<PackageVersion> |
getToUpdate() |
void |
setToErase(java.util.List<PackageVersion> toErase) |
void |
setToInstall(java.util.List<PackageVersion> toInstall) |
void |
setToUpdate(java.util.List<PackageVersion> toUpdate) |
public PackageStateChanges(java.util.List<PackageVersion> toInstall, java.util.List<PackageVersion> toUpdate, java.util.List<PackageVersion> toErase)
toInstall - a list of RPMs to install; the inner array contains the RPM base name and the version string (including release)toUpdate - a list of RPMs to update; the inner array contains the RPM base name and the version string (including release)toErase - a list of RPMs to erase; the inner array contains the RPM base name and the version string (including release)public java.util.List<PackageVersion> getToInstall()
public void setToInstall(java.util.List<PackageVersion> toInstall)
toInstall - the toInstall to setpublic java.util.List<PackageVersion> getToUpdate()
public void setToUpdate(java.util.List<PackageVersion> toUpdate)
toUpdate - the toUpdate to setpublic java.util.List<PackageVersion> getToErase()
public void setToErase(java.util.List<PackageVersion> toErase)
toErase - the toErase to setCopyright © 2017-2018 Cinovo AG. All Rights Reserved.