|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.jbi.deployer.handler.Transformer
public class Transformer
Helper class to transform JBI artifacts into OSGi bundles.
| Method Summary | |
|---|---|
static Descriptor |
getDescriptor(File jbiArtifact)
|
static void |
transformToOSGiBundle(File jbiArtifact,
File osgiBundle)
Create an OSGi bundle from the JBI artifact. |
static void |
transformToOSGiBundle(File jbiArtifact,
File osgiBundle,
Properties properties)
Create an OSGi bundle from the JBI artifact. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void transformToOSGiBundle(File jbiArtifact,
File osgiBundle)
throws Exception
Bundle-SymbolicName: the name of the JBI artifactBundle-Version: retrieved from the Implementation-Version manifest entryDynamicImport-Package: javax.*,org.xml.*,org.w3c.*
jbiArtifact - the input JBI artifact.osgiBundle - the output OSGi bundle.
Exception - if an error occurs during the transformation process.
public static void transformToOSGiBundle(File jbiArtifact,
File osgiBundle,
Properties properties)
throws Exception
Bundle-SymbolicName: the name of the JBI artifactBundle-Version: retrieved from the Implementation-Version manifest entryDynamicImport-Package: javax.*,org.xml.*,org.w3c.*
jbiArtifact - the input JBI artifact.osgiBundle - the output OSGi bundle.
Exception - if an error occurs during the transformation process.
public static Descriptor getDescriptor(File jbiArtifact)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||