Class Dependency


  • public class Dependency
    extends java.lang.Object
    Class that encapsulates a dependency between two packages
    Version:
    $Revision: 44030 $
    Author:
    mhall (mhall{[at]}pentaho{[dot]}com)
    • Constructor Detail

      • Dependency

        public Dependency​(Package source,
                          PackageConstraint target)
        Construct a new Dependency from a supplied source package and PackageConstraint containing the target package.
        Parameters:
        source - the source package.
        target - the target package (wrapped in a PackageConstraint).
    • Method Detail

      • setSource

        public void setSource​(Package source)
        Set the source package.
        Parameters:
        source - the source package.
      • getSource

        public Package getSource()
        Get the source package.
        Returns:
        the source package.
      • setTarget

        public void setTarget​(PackageConstraint target)
        Set the target package constraint.
        Parameters:
        target - the target package (wrapped in a PackageConstraint).
      • getTarget

        public PackageConstraint getTarget()
        Get the target package constraint.
        Returns:
        the target package (wrapped in a PackageConstraint).
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object