|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Supported API: false
Extendable: false
Method Summary | |
UnitIdentifier |
findPackage(String unit_name)
Searches the installed modules looking for a package that matches the unit_name argument. |
Iterator |
getInstalledUnits()
Gets an iterator for the names of all the installed packaging units. |
Iterator |
getModules()
Gets an iterator for the identifiers of all the installed modules. |
Iterator |
getPackages()
Gets an iterator for the identifiers of all the installed packages. |
Iterator |
getSubsystems()
Gets an iterator for the identifiers of all the installed subsystemss. |
Methods inherited from interface java.util.Collection |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
public Iterator getInstalledUnits()
public Iterator getModules()
public Iterator getPackages()
public Iterator getSubsystems()
public UnitIdentifier findPackage(String unit_name) throws WTException
unit_name
- - the java package name
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |