org.ow2.util.ee.deploy.api.helper
Interface IDeployableHelper
public interface IDeployableHelper
Component which analyze an archive and build the associated Deployable object.
- Author:
- Jeremy Cazaux
getDeployable
IDeployable<?> getDeployable(IArchive archive)
throws DeployableHelperException
- Throws:
DeployableHelperException
getDeployable
IDeployable<?> getDeployable(IArchive archive,
boolean isOSGiEnabled)
throws DeployableHelperException
- Gets the Deployable object for the given URL.
- Parameters:
archive - the given archiveisOSGiEnabled - if OSGi Deployable can be used
- Returns:
- the Deployable object
- Throws:
DeployableHelperException
Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.