|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.prosyst.mbs.services.kitmanager.DependencyList
public class DependencyList
A class holding info for the dependencies between bundles in a set and the bundles installed in the Framework.
| 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 |
|---|
public DependencyList(java.lang.String descr,
long[] independentBundles,
long[] allBundles)
descr - A detailed description of the dependenciesindependentBundles - The BIDs of the bundles no other bundle depends onindependentBundles - The BIDs of all bundles in the set| Method Detail |
|---|
public java.lang.String getDescription()
public long[] getIndependentBundles()
public long[] getAllBundles()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||