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

Method Summary
 IDeployable<?> getDeployable(IArchive archive)
           
 IDeployable<?> getDeployable(IArchive archive, boolean isOSGiEnabled)
          Gets the Deployable object for the given URL.
 

Method Detail

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 archive
isOSGiEnabled - if OSGi Deployable can be used
Returns:
the Deployable object
Throws:
DeployableHelperException


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.