org.ops4j.pax.swissbox.tinybundles.dp
Class DP
java.lang.Object
org.ops4j.pax.swissbox.tinybundles.dp.DP
public class DP
- extends Object
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
- Since:
- May 23, 2009
- Author:
- Toni Menzel (tonit)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DP
public DP()
newDeploymentPackage
public static TinyDP newDeploymentPackage()
- Create a new deploymentpackage from scratch.
- Returns:
- an api to create a deployment package.
newFixPackage
public static TinyDP newFixPackage(InputStream target)
- Change an existing DeploymentPackage. (Fix Package)
- Parameters:
target
- Deployment Package you want to change.
- Returns:
- an extended api to create and change a deployment package.
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.