| Package | Description |
|---|---|
| org.appng.core.model |
The non-persistent domain model types.
|
| Modifier and Type | Method and Description |
|---|---|
PackageWrapper |
InstallablePackage.getPackageWrapper() |
PackageWrapper |
RepositoryCache.getPackageWrapper(String name)
Returns the
PackageWrapper for the a package. |
| Modifier and Type | Method and Description |
|---|---|
List<PackageWrapper> |
RepositoryCache.getApplications()
Returns all packages found in the repository.
|
List<PackageWrapper> |
RepositoryCache.getApplications(String packageName)
Returns all packages that match the given name in the repository.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PackageWrapper.compareTo(PackageWrapper o) |
| Constructor and Description |
|---|
InstallablePackage(PackageWrapper packageWrapper) |
InstallablePackage(PackageWrapper packageWrapper,
String installedVersion) |
Copyright © 2011–2021 aiticon GmbH. All rights reserved.