| Methods in org.ow2.util.ee.deploy.impl.helper with parameters of type EarUnpackOpts |
protected static void |
UnpackDeployableHelper.addFileInDeployable(File file,
EARDeployableImpl earDeployableImpl,
EarUnpackOpts earUnpackOpts)
Analyze the given file by finding its deployable object and add it to the
given EAR deployable. |
static
<T extends org.ow2.util.ee.deploy.api.deployable.IDeployable<T>>
T |
|
UnpackDeployableHelper.unpack(T deployable,
File unpackedFolder,
boolean keepExistingFiles,
EarUnpackOpts earUnpackOpts)
Unpack the given archive in the given folder, then build a local
deployable (and fill it with submodules for EAR) and then return it. |
static
<T extends org.ow2.util.ee.deploy.api.deployable.IDeployable<T>>
T |
|
UnpackDeployableHelper.unpack(T deployable,
String pattern,
boolean keepExistingFiles,
EarUnpackOpts earUnpackOpts)
Unpack the given archive in the given folder, then build a local
deployable (and fill it with submodules for EAR) and then return it. |