| Package | Description |
|---|---|
| weka.core | |
| weka.core.packageManagement |
| Modifier and Type | Method and Description |
|---|---|
static List<Dependency> |
WekaPackageManager.getAllDependenciesForPackage(Package target,
Map<String,List<Dependency>> conflicts)
Get a list of dependencies for a given package
|
| Modifier and Type | Method and Description |
|---|---|
static List<Dependency> |
WekaPackageManager.getAllDependenciesForPackage(Package target,
Map<String,List<Dependency>> conflicts)
Get a list of dependencies for a given package
|
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
DefaultPackageManager.getAllDependenciesForPackage(Package target,
Map<String,List<Dependency>> conflicts)
Gets a full list of packages (encapsulated in Dependency objects) that are
required by directly and indirectly by the named target package.
|
abstract List<Dependency> |
PackageManager.getAllDependenciesForPackage(Package target,
Map<String,List<Dependency>> conflicts)
Gets a full list of packages (encapsulated in Dependency objects) that are
required by directly and indirectly by the named target package.
|
List<Dependency> |
DefaultPackage.getBaseSystemDependency()
Gets the dependency on the base system that this package requires.
|
abstract List<Dependency> |
Package.getBaseSystemDependency()
Gets the dependency on the base system that this package requires.
|
List<Dependency> |
DefaultPackage.getDependencies()
Get the list of packages that this package depends on.
|
abstract List<Dependency> |
Package.getDependencies()
Get the list of packages that this package depends on.
|
List<Dependency> |
DefaultPackage.getIncompatibleDependencies()
Gets a list of installed packages that this package depends on that are
currently incompatible with this package.
|
abstract List<Dependency> |
Package.getIncompatibleDependencies()
Gets a list of installed packages that this package depends on that are
currently incompatible with this package.
|
List<Dependency> |
DefaultPackage.getIncompatibleDependencies(List<Package> packages)
Gets those packages from the supplied list that this package depends on and
are currently incompatible with this package.
|
abstract List<Dependency> |
Package.getIncompatibleDependencies(List<Package> packages)
Gets those packages from the supplied list that this package depends on and
are currently incompatible with this package.
|
List<Dependency> |
DefaultPackage.getMissingDependencies()
Gets a list of packages that this package depends on that are not currently
installed.
|
abstract List<Dependency> |
Package.getMissingDependencies()
Gets a list of packages that this package depends on that are not currently
installed.
|
List<Dependency> |
DefaultPackage.getMissingDependencies(List<Package> packages)
Gets a list of packages that this package depends on that are not in the
supplied list of packages.
|
abstract List<Dependency> |
Package.getMissingDependencies(List<Package> packages)
Gets a list of packages that this package depends on that are not in the
supplied list of packages.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
DefaultPackageManager.getAllDependenciesForPackage(Package target,
Map<String,List<Dependency>> conflicts)
Gets a full list of packages (encapsulated in Dependency objects) that are
required by directly and indirectly by the named target package.
|
abstract List<Dependency> |
PackageManager.getAllDependenciesForPackage(Package target,
Map<String,List<Dependency>> conflicts)
Gets a full list of packages (encapsulated in Dependency objects) that are
required by directly and indirectly by the named target package.
|
Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.