|
||||||||||
| 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.DeployableHelper
public final class DeployableHelper
Analyze an archive and build the associated Deployable object.
For an .ear file the EARDeployable object will be returned.
| Method Summary | |
|---|---|
static org.ow2.util.ee.deploy.api.deployable.IDeployable<?> |
getDeployable(org.ow2.util.archive.api.IArchive archive)
Gets the Deployable object for the given URL. |
static org.ow2.util.ee.deploy.api.deployable.IDeployable<?> |
getDeployable(org.ow2.util.archive.api.IArchive archive,
boolean isOSGiEnabled)
Gets the Deployable object for the given URL. |
static org.ow2.util.plan.deploy.deployable.api.factory.IFileDeployableFactory |
getFileDeployableFactory()
Returns the file deployable factory. |
static void |
setFileDeployableFactory(org.ow2.util.plan.deploy.deployable.api.factory.IFileDeployableFactory factory)
Sets the file deployable factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.ow2.util.ee.deploy.api.deployable.IDeployable<?> getDeployable(org.ow2.util.archive.api.IArchive archive)
throws DeployableHelperException
archive - the given archive
DeployableHelperException - if the analyze fails
public static org.ow2.util.ee.deploy.api.deployable.IDeployable<?> getDeployable(org.ow2.util.archive.api.IArchive archive,
boolean isOSGiEnabled)
throws DeployableHelperException
archive - the given archiveisOSGiEnabled - if OSGi Deployable can be used
DeployableHelperException - if the analyze failspublic static void setFileDeployableFactory(org.ow2.util.plan.deploy.deployable.api.factory.IFileDeployableFactory factory)
factory - the new file deployable factory.public static org.ow2.util.plan.deploy.deployable.api.factory.IFileDeployableFactory getFileDeployableFactory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||