|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.swissbox.tinybundles.dp.DP
public class DP
Factory to use a TinyDP instance to construct Deployment Packages. Capabilities and final format will comply to OSGi Compendium R4 Version 4.2, Deployment Admin Specification Version 1.1
Constructor Summary | |
---|---|
DP()
|
Method Summary | |
---|---|
static TinyDP |
newDeploymentPackage()
Create a new deploymentpackage from scratch. |
static TinyDP |
newFixPackage(java.io.InputStream target)
Change an existing DeploymentPackage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DP()
Method Detail |
---|
public static TinyDP newDeploymentPackage()
public static TinyDP newFixPackage(java.io.InputStream target)
target
- Deployment Package you want to change.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |