public class PackageStateChanges extends Object
| Constructor and Description |
|---|
PackageStateChanges(List<PackageVersion> toInstall,
List<PackageVersion> toUpdate,
List<PackageVersion> toErase)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<PackageVersion> |
getToErase() |
List<PackageVersion> |
getToInstall() |
List<PackageVersion> |
getToUpdate() |
void |
setToErase(List<PackageVersion> toErase) |
void |
setToInstall(List<PackageVersion> toInstall) |
void |
setToUpdate(List<PackageVersion> toUpdate) |
public PackageStateChanges(List<PackageVersion> toInstall, List<PackageVersion> toUpdate, 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 List<PackageVersion> getToInstall()
public void setToInstall(List<PackageVersion> toInstall)
toInstall - the toInstall to setpublic List<PackageVersion> getToUpdate()
public void setToUpdate(List<PackageVersion> toUpdate)
toUpdate - the toUpdate to setpublic List<PackageVersion> getToErase()
public void setToErase(List<PackageVersion> toErase)
toErase - the toErase to setCopyright © 2014-2017 Cinovo AG. All Rights Reserved.