Uses of Class
weka.core.packageManagement.Dependency
-
Uses of Dependency in weka.core
Modifier and TypeMethodDescriptionstatic List<Dependency>
WekaPackageManager.getAllDependenciesForPackage
(Package target, Map<String, List<Dependency>> conflicts) Get a list of dependencies for a given packageModifier and TypeMethodDescriptionstatic List<Dependency>
WekaPackageManager.getAllDependenciesForPackage
(Package target, Map<String, List<Dependency>> conflicts) Get a list of dependencies for a given package -
Uses of Dependency in weka.core.packageManagement
Modifier and TypeMethodDescriptionDefaultPackageManager.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.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.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.DefaultPackage.getIncompatibleDependencies()
Gets a list of installed packages that this package depends on that are currently incompatible with this package.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()
Gets a list of installed packages that this package depends on that 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.DefaultPackage.getMissingDependencies()
Gets a list of packages that this package depends on that are not currently installed.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()
Gets a list of packages that this package depends on that are not currently installed.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 TypeMethodDescriptionDefaultPackageManager.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.