Uses of Class
org.pentaho.packageManagement.Dependency

Packages that use Dependency
org.pentaho.packageManagement   
 

Uses of Dependency in org.pentaho.packageManagement
 

Methods in org.pentaho.packageManagement that return types with arguments of type Dependency
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> 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> Package.getBaseSystemDependency()
          Gets the dependency on the base system that this package requires.
 List<Dependency> DefaultPackage.getBaseSystemDependency()
          Gets the dependency on the base system that this package requires.
abstract  List<Dependency> Package.getDependencies()
          Get the list of packages that this package depends on.
 List<Dependency> DefaultPackage.getDependencies()
          Get the list of packages that this package depends on.
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()
          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.
 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.getMissingDependencies()
          Gets a list of packages that this package depends on that are not currently installed.
 List<Dependency> DefaultPackage.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.
 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.
 

Method parameters in org.pentaho.packageManagement with type arguments of type Dependency
protected static boolean DefaultPackageManager.checkDependencies(PackageConstraint toCheck, Map<String,Dependency> lookup, Map<String,List<Dependency>> conflicts)
          Checks a given package's list of dependencies for any conflicts with the packages in the supplied Map.
protected static boolean DefaultPackageManager.checkDependencies(PackageConstraint toCheck, Map<String,Dependency> lookup, Map<String,List<Dependency>> conflicts)
          Checks a given package's list of dependencies for any conflicts with the packages in the supplied Map.
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> 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.
 



Copyright © 2013. All Rights Reserved.