|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BundleAnalyzer
The main entry point for bundle analyzation. Analyzation of a bundle does not use a template in an attempt to complete a manifest, but rather determines what needs to be imported and is exported from a bundle.
Concurrent Semantics
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
exportablePackages(java.lang.String path)
Determines the set of packages exported by this bundle |
java.util.Set<java.lang.String> |
importablePackages(java.lang.String path)
Determines the set of package imports that a bundle needs to have satisfied |
Method Detail |
---|
java.util.Set<java.lang.String> importablePackages(java.lang.String path)
path
- The path to the jar file to analyze
java.util.Set<java.lang.String> exportablePackages(java.lang.String path)
path
- The path to the jar file to analyze
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |