|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ReadablePartialManifest
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getExportedPackages()
Gets the exported packages. |
java.util.Set<java.lang.String> |
getImportedPackages()
Gets the imported packages. |
java.util.Set<java.lang.String> |
getUnsatisfiedTypes(java.lang.String packageName)
Gets the set of unsatisfied types for a given package |
java.util.Set<java.lang.String> |
getUses(java.lang.String exportingPackage)
Gets the uses for the supplied exporting package. |
boolean |
isRecordablePackage(java.lang.String packageName)
Indicate whether a package is recordable |
Methods inherited from interface com.springsource.bundlor.support.partialmanifest.PartialManifest |
---|
recordExportPackage, recordReferencedPackage, recordReferencedType, recordType, recordUsesPackage |
Method Detail |
---|
java.util.Set<java.lang.String> getExportedPackages()
java.util.Set<java.lang.String> getImportedPackages()
java.util.Set<java.lang.String> getUses(java.lang.String exportingPackage)
exportingPackage
- the exporting package.
boolean isRecordablePackage(java.lang.String packageName)
packageName
- The name of the package to recordjava.util.Set<java.lang.String> getUnsatisfiedTypes(java.lang.String packageName)
packageName
- The name of the package
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |