|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.osgi.loader.transform.DefaultPluginTransformer
public class DefaultPluginTransformer
Default implementation of plugin transformation that uses BND to generate the manifest and manually creates the spring configuration file.
| Constructor Summary | |
|---|---|
DefaultPluginTransformer()
|
|
| Method Summary | |
|---|---|
java.io.File |
transform(java.io.File pluginJar,
java.util.List<HostComponentRegistration> regs)
Transforms the file into an OSGi bundle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultPluginTransformer()
| Method Detail |
|---|
public java.io.File transform(java.io.File pluginJar,
java.util.List<HostComponentRegistration> regs)
throws PluginTransformationException
transform in interface PluginTransformerpluginJar - The plugin jarregs - The list of registered host components
PluginTransformationException - If anything goes wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||