|
||||||||||
| 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(java.io.File jbiArtifact)
|
static void |
transformToOSGiBundle(java.io.File jbiArtifact,
java.io.File osgiBundle)
Create an OSGi bundle from the JBI artifact. |
static void |
transformToOSGiBundle(java.io.File jbiArtifact,
java.io.File osgiBundle,
java.util.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(java.io.File jbiArtifact,
java.io.File osgiBundle)
throws java.lang.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.
java.lang.Exception - if an error occurs during the transformation process.
public static void transformToOSGiBundle(java.io.File jbiArtifact,
java.io.File osgiBundle,
java.util.Properties properties)
throws java.lang.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.
java.lang.Exception - if an error occurs during the transformation process.
public static Descriptor getDescriptor(java.io.File jbiArtifact)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||