Framework Professional Edition Package


com.prosyst.mbs.services.kitmanager
Class DependencyList

java.lang.Object
  extended by com.prosyst.mbs.services.kitmanager.DependencyList

public class DependencyList
extends java.lang.Object

A class holding info for the dependencies between bundles in a set and the bundles installed in the Framework.

Author:
Sofia Doncheva

Constructor Summary
DependencyList(java.lang.String descr, long[] independentBundles, long[] allBundles)
          Creates a new DependencyList object according to the specified parameters
 
Method Summary
 long[] getAllBundles()
          Returns all bundles in the set
 java.lang.String getDescription()
          Returns the description of the package dependencies of the kit bundles.
 long[] getIndependentBundles()
          Returns the bundles no other bundle depends on.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyList

public DependencyList(java.lang.String descr,
                      long[] independentBundles,
                      long[] allBundles)
Creates a new DependencyList object according to the specified parameters

Parameters:
descr - A detailed description of the dependencies
independentBundles - The BIDs of the bundles no other bundle depends on
independentBundles - The BIDs of all bundles in the set
Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of the package dependencies of the kit bundles.

Returns:
A detailed description of the package dependencies

getIndependentBundles

public long[] getIndependentBundles()
Returns the bundles no other bundle depends on.

Returns:
The BIDs of the bundles no other bundle depends on

getAllBundles

public long[] getAllBundles()
Returns all bundles in the set

Returns:
The BIDs of all bundles in the set

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved