|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.osgi.util.OsgiHeaderUtil
public class OsgiHeaderUtil
Utilities to help create OSGi headers
| Constructor Summary | |
|---|---|
OsgiHeaderUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
determineExports(java.util.List<HostComponentRegistration> regs,
PackageScannerConfiguration packageScannerConfig)
Determines framework exports taking into account host components and package scanner configuration. |
static java.lang.String |
findReferredPackages(java.util.List<HostComponentRegistration> registrations)
Finds all referred packages for host component registrations by scanning their declared interfaces' bytecode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OsgiHeaderUtil()
| Method Detail |
|---|
public static java.lang.String findReferredPackages(java.util.List<HostComponentRegistration> registrations)
throws java.io.IOException
registrations - A list of host component registrations
java.io.IOException - If there are any problems scanning bytecode
public static java.lang.String determineExports(java.util.List<HostComponentRegistration> regs,
PackageScannerConfiguration packageScannerConfig)
regs - The list of host component registrationspackageScannerConfig - The configuration for the package scanning
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||