|
||||||||||
| 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.ModifyDeployableHelper
public final class ModifyDeployableHelper
Allow to add entries in a given deployable.
| Field Summary | |
|---|---|
static String |
DEFAULT_FOLDER
Folder to create in tmp folder. |
| Method Summary | ||
|---|---|---|
static
|
addInDeployable(T deployable,
List<DeployableEntry> entries)
Add given entries in the given deployable. |
|
static
|
addInDeployable(T deployable,
List<DeployableEntry> entries,
File workingFolder)
Add given entries in the given deployable. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_FOLDER
| Method Detail |
|---|
public static <T extends org.ow2.util.ee.deploy.api.deployable.IDeployable<T>> void addInDeployable(T deployable,
List<DeployableEntry> entries)
throws org.ow2.util.ee.deploy.api.deployer.DeployerException
T - an object implementing IDeployabledeployable - the archive to modify.entries - a list of entries to add in the given archive
org.ow2.util.ee.deploy.api.deployer.DeployerException - if the Deployable can't be modified
public static <T extends org.ow2.util.ee.deploy.api.deployable.IDeployable<T>> void addInDeployable(T deployable,
List<DeployableEntry> entries,
File workingFolder)
throws org.ow2.util.ee.deploy.api.deployer.DeployerException
T - an object implementing IDeployabledeployable - the archive to modify.entries - a list of entries to add in the given archiveworkingFolder - a folder used for the work
org.ow2.util.ee.deploy.api.deployer.DeployerException - if the Deployable can't be modified
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||