|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.ee.deploy.impl.helper.PackDeployableHelper
public final class PackDeployableHelper
Allow to pack a given deployable.
| Method Summary | ||
|---|---|---|
static
|
pack(T deployable,
java.io.File folder,
java.lang.String archiveName)
Pack the given deployable. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T extends org.ow2.util.ee.deploy.api.deployable.IDeployable<T>> java.io.File pack(T deployable,
java.io.File folder,
java.lang.String archiveName)
throws org.ow2.util.ee.deploy.api.deployer.DeployerException
T - an object implementing IDeployabledeployable - the archive to pack.folder - the path of the folder for packing the archivearchiveName - the name of the archive to create.
org.ow2.util.ee.deploy.api.deployer.DeployerException - if the Deployable can't be packed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||