|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pentaho.packageManagement.Dependency
public class Dependency
Class that encapsulates a dependency between two packages
| Field Summary | |
|---|---|
protected Package |
m_sourcePackage
The source package |
protected PackageConstraint |
m_targetPackage
The target package (wrapped in a PackageConstraint) |
| Constructor Summary | |
|---|---|
Dependency(Package source,
PackageConstraint target)
Construct a new Dependency from a supplied source package and PackageConstraint containing the target package. |
|
| Method Summary | |
|---|---|
Package |
getSource()
Get the source package. |
PackageConstraint |
getTarget()
Get the target package constraint. |
void |
setSource(Package source)
Set the source package. |
void |
setTarget(PackageConstraint target)
Set the target package constraint. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Package m_sourcePackage
protected PackageConstraint m_targetPackage
| Constructor Detail |
|---|
public Dependency(Package source,
PackageConstraint target)
source - the source package.target - the target package (wrapped in a PackageConstraint).| Method Detail |
|---|
public void setSource(Package source)
source - the source package.public Package getSource()
public void setTarget(PackageConstraint target)
target - the target package (wrapped in a PackageConstraint).public PackageConstraint getTarget()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||