A C D E F G I J L M O P R S T U V W

A

AbsDeployable<T extends org.ow2.util.ee.deploy.api.deployable.IDeployable<T>> - Class in org.ow2.util.ee.deploy.impl.deployable
Defines the common stuff for the deployable objects.
AbsDeployable(IArchive) - Constructor for class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
Defines and create a deployable for the given archive.
AbsDeployer - Class in org.ow2.util.ee.deploy.impl.deployer
Abstract class that defines common methods for deployer.
AbsDeployer() - Constructor for class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
Default constructor.
AbsModuleImpl - Class in org.ow2.util.ee.deploy.impl.deployment.ear
Defines a common abstract module.
AbsModuleImpl() - Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.AbsModuleImpl
 
addCallback(IDeployerManagerCallback) - Method in class org.ow2.util.ee.deploy.impl.deployer.DeployerManager
Add a new callback instance that will be invoked at each deployment/undeployment phase.
addConnectorModule(ConnectorModule) - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
Add the given Connector module to the list of Connector modules.
addDeployable(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
Add the given Deployable to this EAR deployable.
addDeployable(IDeployable<?>, EarUnpackOpts) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
Add the given Deployable to this EAR deployable.
addDeployableMetadataFactory(Class<T>, IDeployableMetadataFactory<T, Z>) - Method in class org.ow2.util.ee.deploy.impl.deployable.metadata.DeployableMetadataManagerImpl
Add a factory.
addEJBModule(EJBModule) - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
Add the given EJB module to the list of EJB modules.
addExtension(IDeployableInfo) - Method in class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
Adds a deployable info that can be used by a deployer.
addFileInDeployable(File, EARDeployableImpl, EarUnpackOpts) - Static method in class org.ow2.util.ee.deploy.impl.helper.UnpackDeployableHelper
Analyze the given file by finding its deployable object and add it to the given EAR deployable.
addInDeployable(T, List<DeployableEntry>) - Static method in class org.ow2.util.ee.deploy.impl.helper.ModifyDeployableHelper
Add given entries in the given deployable.
addInDeployable(T, List<DeployableEntry>, File) - Static method in class org.ow2.util.ee.deploy.impl.helper.ModifyDeployableHelper
Add given entries in the given deployable.
addJavaModule(JavaModule) - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
Add the given Java module to the list of Java modules.
addWebModule(WebModule) - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
Add the given Web module to the list of Web modules.
analyzeClassPathModules(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
Analyze the classpath of the given deployable.

C

CARDeployableImpl - Class in org.ow2.util.ee.deploy.impl.deployable
Implementation for a client module.
CARDeployableImpl(IArchive) - Constructor for class org.ow2.util.ee.deploy.impl.deployable.CARDeployableImpl
Defines and create a deployable for the given archive.
changeTypeIfSpecified(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
If there is an XML file, ignore the type that we want to add, use the type specified by the XML file.
check(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
Check if the given deployable is supported.
checkLibDeployable(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
If it is a library, change the type of the deployable.
computePathForModule(IDeployable<?>, String, boolean) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
Return the name of a module with a path from the root of the EAR.
ConnectorModuleImpl - Class in org.ow2.util.ee.deploy.impl.deployment.ear
Defines a connector module inside an application.xml file.
ConnectorModuleImpl() - Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.ConnectorModuleImpl
 
createDeployableMetadata(T, Class<Z>) - Method in class org.ow2.util.ee.deploy.impl.deployable.metadata.DeployableMetadataManagerImpl
Create metadata from a deployable with a registred factory.

D

DEFAULT_FOLDER - Static variable in class org.ow2.util.ee.deploy.impl.helper.ModifyDeployableHelper
Folder to create in tmp folder.
DEFAULT_FOLDER - Static variable in class org.ow2.util.ee.deploy.impl.helper.UnpackDeployableHelper
Folder to create in tmp folder.
deploy(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
deploy(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.DeployerManager
Deploy a given deployable by finding the first deployer that accept this type of deployable.
DeployableDetectVisitor - Class in org.ow2.util.ee.deploy.impl.helper
This visitor try to find the type of an archive.
DeployableDetectVisitor() - Constructor for class org.ow2.util.ee.deploy.impl.helper.DeployableDetectVisitor
 
DeployableEntry - Class in org.ow2.util.ee.deploy.impl.helper
Entry representing the data when we want to add data to an existing Deployable.
DeployableEntry() - Constructor for class org.ow2.util.ee.deploy.impl.helper.DeployableEntry
 
DeployableHelper - Class in org.ow2.util.ee.deploy.impl.helper
Analyze an archive and build the associated Deployable object.
For an .ear file the EARDeployable object will be returned.
DeployableHelperException - Exception in org.ow2.util.ee.deploy.impl.helper
Exception thrown if there is a failure in the archive analyze.
DeployableHelperException() - Constructor for exception org.ow2.util.ee.deploy.impl.helper.DeployableHelperException
Constructs a new runtime exception with null as its detail message.
DeployableHelperException(String) - Constructor for exception org.ow2.util.ee.deploy.impl.helper.DeployableHelperException
Constructs a new runtime exception with the specified detail message.
DeployableHelperException(String, Throwable) - Constructor for exception org.ow2.util.ee.deploy.impl.helper.DeployableHelperException
Constructs a new runtime exception with the specified detail message and cause.
DeployableMetadata<E extends org.ow2.util.ee.deploy.api.deployable.IDeployable<E>> - Class in org.ow2.util.ee.deploy.impl.deployable.metadata
Metadata of a deployable.
DeployableMetadata() - Constructor for class org.ow2.util.ee.deploy.impl.deployable.metadata.DeployableMetadata
No-arg Constructor.
DeployableMetadata(E) - Constructor for class org.ow2.util.ee.deploy.impl.deployable.metadata.DeployableMetadata
Constructor.
DeployableMetadataManagerImpl - Class in org.ow2.util.ee.deploy.impl.deployable.metadata
DefaultDeployableMetadataFactory.
DeployableMetadataManagerImpl() - Constructor for class org.ow2.util.ee.deploy.impl.deployable.metadata.DeployableMetadataManagerImpl
Constructor.
deployedDeployables - Variable in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
Map between an URL and the associated Deployable that has been deployed.
DEPLOYER_FACTORY_CLASS_NAME - Static variable in class org.ow2.util.ee.deploy.impl.deployer.DeployerManager
Name of the property thats defines the deployer's class.
DeployerManager - Class in org.ow2.util.ee.deploy.impl.deployer
This manager is managing different deployers.
DeployerManager() - Constructor for class org.ow2.util.ee.deploy.impl.deployer.DeployerManager
Create a new Manager of deployer.
DeployerManagerCallbackType - Enum in org.ow2.util.ee.deploy.impl.deployer
List of all DeployerManager callback types.
doDeploy(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
Deploy a deployable.
doUndeploy(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
Undeploy a deployable.

E

EARDeployableImpl - Class in org.ow2.util.ee.deploy.impl.deployable
Implementation for an EAR.
EARDeployableImpl(IArchive) - Constructor for class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
Defines and create a deployable for the given archive.
EARInfoImpl - Class in org.ow2.util.ee.deploy.impl.deployment.ear
An EAR is a collection of Modules.
EARInfoImpl() - Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
Default constructor.
EarUnpackOpts - Class in org.ow2.util.ee.deploy.impl.helper
Unpack option to unpack an ear.
EarUnpackOpts() - Constructor for class org.ow2.util.ee.deploy.impl.helper.EarUnpackOpts
Constructor.
EJB21DeployableImpl - Class in org.ow2.util.ee.deploy.impl.deployable
Implementation for an EJB 2.1.
EJB21DeployableImpl(IArchive) - Constructor for class org.ow2.util.ee.deploy.impl.deployable.EJB21DeployableImpl
Defines and create a deployable for the given archive.
EJB3DeployableImpl - Class in org.ow2.util.ee.deploy.impl.deployable
Implementation for an EJB 3.
EJB3DeployableImpl(IArchive) - Constructor for class org.ow2.util.ee.deploy.impl.deployable.EJB3DeployableImpl
Defines and create a deployable for the given archive.
EJBModuleImpl - Class in org.ow2.util.ee.deploy.impl.deployment.ear
Defines an EJB module inside an application.xml file.
EJBModuleImpl() - Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.EJBModuleImpl
 
equals(Object) - Method in class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
 

F

findDeployerForDeployable(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.DeployerManager
Find the first available deployer that is supporting the given deployable.

G

getAllDeployables() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getAltDd() - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.AbsModuleImpl
 
getAltDDURL(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getArchive() - Method in class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
Gets the Archive of this deployable object.
getArchiveType() - Method in class org.ow2.util.ee.deploy.impl.helper.DeployableDetectVisitor
Gets the archive type.
getCARDeployables() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getClients() - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
 
getConnectors() - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
 
getContextRoot() - Method in class org.ow2.util.ee.deploy.impl.deployable.WARDeployableImpl
 
getContextRoot() - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.WebModuleImpl
Gets the context-root name for this module.
getDeployable(URL) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getDeployable() - Method in class org.ow2.util.ee.deploy.impl.deployable.metadata.DeployableMetadata
 
getDeployable(IArchive) - Static method in class org.ow2.util.ee.deploy.impl.helper.DeployableHelper
Gets the Deployable object for the given URL.
getDeployable(IArchive, boolean) - Static method in class org.ow2.util.ee.deploy.impl.helper.DeployableHelper
Gets the Deployable object for the given URL.
getDeployedDeployables() - Method in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
Returns a map between an URL and the associated deployable that has been deployed.
getEARInfo() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getEJB21Deployables() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getEJB3Deployables() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getEJBDeployables() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getEJBs() - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
 
getExtension(Class<? extends IDeployableInfo>) - Method in class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
Gets the extension for the given class.
getFile(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
Allows to get a File from the given Deployable.
getFile() - Method in class org.ow2.util.ee.deploy.impl.helper.DeployableEntry
 
getFileDeployableFactory() - Static method in class org.ow2.util.ee.deploy.impl.helper.DeployableHelper
Returns the file deployable factory.
getLibDeployables() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getLibraryDirectory() - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
 
getModuleName() - Method in class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
Gets the module name for this deployable.
getModules() - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
 
getName() - Method in class org.ow2.util.ee.deploy.impl.helper.DeployableEntry
 
getOriginalDeployable() - Method in class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
If the Deployable has been unpacked, return the initial deployable.
getOSGiDeployables() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getPath() - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.AbsModuleImpl
 
getPathOfArelativeModuleFromDeployable(IDeployable<?>, String) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
Return the path (string form of url) of a module/file in the EAR.
getRARDeployables() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getRelativeNameFromDeployable(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
Return the relative name of the deployable from the EAR deployable.
getRelativeNameOfAModuleFromDeployable(IDeployable<?>, String) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
Return the name of a module with a path from the root of the EAR.
getShortName() - Method in class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
Gets a shorter name for this deployable.
getStartLevel() - Method in class org.ow2.util.ee.deploy.impl.deployable.OSGiDeployableImpl
getUnpackedDeployable() - Method in class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
If the Deployable has been unpacked, return the unpacked deployable.
getURL(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
Allows to get the URL from the given deployable.
getURLs(IArchive) - Static method in class org.ow2.util.ee.deploy.impl.helper.WebArchiveClassLoaderURLsHelper
Deprecated. Gets URLs from the given WEB Archive that are required for a classloader.
getWARDeployables() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 
getWebs() - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
 

I

isDeployed(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
Checks if the given deployable is deployed or not.
isDeployed(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.DeployerManager
Deploy a given deployable by finding the first deployer that accept this type of deployable.
isReference() - Method in class org.ow2.util.ee.deploy.impl.deployable.OSGiDeployableImpl
isStart() - Method in class org.ow2.util.ee.deploy.impl.deployable.OSGiDeployableImpl
isStartTransient() - Method in class org.ow2.util.ee.deploy.impl.deployable.OSGiDeployableImpl
isWarAutoUnpacked() - Method in class org.ow2.util.ee.deploy.impl.helper.EarUnpackOpts
 

J

JavaModuleImpl - Class in org.ow2.util.ee.deploy.impl.deployment.ear
Defines a client container module inside an application.xml file.
JavaModuleImpl() - Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.JavaModuleImpl
 

L

LibDeployableImpl - Class in org.ow2.util.ee.deploy.impl.deployable
Implementation for a library.
LibDeployableImpl(IArchive) - Constructor for class org.ow2.util.ee.deploy.impl.deployable.LibDeployableImpl
Defines and create a deployable for the given archive.

M

ModifyDeployableHelper - Class in org.ow2.util.ee.deploy.impl.helper
Allow to add entries in a given deployable.

O

org.ow2.util.ee.deploy.impl.deployable - package org.ow2.util.ee.deploy.impl.deployable
Implementation of EJB 3.0 container
org.ow2.util.ee.deploy.impl.deployable.metadata - package org.ow2.util.ee.deploy.impl.deployable.metadata
Implementation of EJB 3.0 container
org.ow2.util.ee.deploy.impl.deployer - package org.ow2.util.ee.deploy.impl.deployer
Implementation of EJB 3.0 container
org.ow2.util.ee.deploy.impl.deployment.ear - package org.ow2.util.ee.deploy.impl.deployment.ear
Implementation of EJB 3.0 container
org.ow2.util.ee.deploy.impl.helper - package org.ow2.util.ee.deploy.impl.helper
Implementation of EJB 3.0 container
OSGiDeployableImpl - Class in org.ow2.util.ee.deploy.impl.deployable
Implementation of the OSGi Deployable interface.
OSGiDeployableImpl(IArchive) - Constructor for class org.ow2.util.ee.deploy.impl.deployable.OSGiDeployableImpl
Defines and create an OSGi deployable for the given archive.

P

pack(T, File, String) - Static method in class org.ow2.util.ee.deploy.impl.helper.PackDeployableHelper
Pack the given deployable.
PackDeployableHelper - Class in org.ow2.util.ee.deploy.impl.helper
Allow to pack a given deployable.

R

RARDeployableImpl - Class in org.ow2.util.ee.deploy.impl.deployable
Implementation for a RAR.
RARDeployableImpl(IArchive) - Constructor for class org.ow2.util.ee.deploy.impl.deployable.RARDeployableImpl
Defines and create a deployable for the given archive.
register(IDeployer) - Method in class org.ow2.util.ee.deploy.impl.deployer.DeployerManager
Register a new Deployer on this manager instance.
removeCallback(IDeployerManagerCallback) - Method in class org.ow2.util.ee.deploy.impl.deployer.DeployerManager
Remove a callback instance.
removeDeployableMetadataFactory(Class<T>, IDeployableMetadataFactory<T, Z>) - Method in class org.ow2.util.ee.deploy.impl.deployable.metadata.DeployableMetadataManagerImpl
Remove a factory.
resolveClassPath() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
Resolve the ClassPath entries.

S

setAltDd(String) - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.AbsModuleImpl
Defines the alternative Deployment Desc for this module.
setContextRoot(WARDeployable) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
Set the name of the context-root for the given WAR by checking the EAR information (if any).
setContextRoot(String) - Method in class org.ow2.util.ee.deploy.impl.deployable.WARDeployableImpl
Defines the name of the context-root.
setContextRoot(String) - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.WebModuleImpl
Sets the given context root.
setDeployable(E) - Method in class org.ow2.util.ee.deploy.impl.deployable.metadata.DeployableMetadata
Sets the given deployable.
setFile(File) - Method in class org.ow2.util.ee.deploy.impl.helper.DeployableEntry
Sets the file to use in this entry.
setFileDeployableFactory(IFileDeployableFactory) - Static method in class org.ow2.util.ee.deploy.impl.helper.DeployableHelper
Sets the file deployable factory.
setLibraryDirectory(String) - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.EARInfoImpl
Sets the library-directory.
setName(String) - Method in class org.ow2.util.ee.deploy.impl.helper.DeployableEntry
Sets the name of the entry.
setOriginalDeployable(T) - Method in class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
If the EAR has been unpacked, return the initial archive.
setPath(String) - Method in class org.ow2.util.ee.deploy.impl.deployment.ear.AbsModuleImpl
Defines the path for this module.
setReference(Boolean) - Method in class org.ow2.util.ee.deploy.impl.deployable.OSGiDeployableImpl
setStart(Boolean) - Method in class org.ow2.util.ee.deploy.impl.deployable.OSGiDeployableImpl
setStartLevel(Integer) - Method in class org.ow2.util.ee.deploy.impl.deployable.OSGiDeployableImpl
setStartTransient(Boolean) - Method in class org.ow2.util.ee.deploy.impl.deployable.OSGiDeployableImpl
setUnpackedDeployable(T) - Method in class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
If the Deployable has been unpacked, sets the unpacked deployable.
setWarAutoUnpacked(boolean) - Method in class org.ow2.util.ee.deploy.impl.helper.EarUnpackOpts
 
stop() - Method in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
Undeploy all previously deployed deployables.
supports(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer

T

toString() - Method in class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
 
toString() - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
 

U

undeploy(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.AbsDeployer
undeploy(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployer.DeployerManager
Undeploy a given deployable by finding the first deployer that accept this type of deployable.
UnknownDeployableImpl - Class in org.ow2.util.ee.deploy.impl.deployable
Implementation for a file with an unknown type (not used ?).
UnknownDeployableImpl(IArchive) - Constructor for class org.ow2.util.ee.deploy.impl.deployable.UnknownDeployableImpl
Defines and create a deployable for the given archive.
unpack(T) - Static method in class org.ow2.util.ee.deploy.impl.helper.UnpackDeployableHelper
Unpack the given archive in a temp folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
unpack(T, String) - Static method in class org.ow2.util.ee.deploy.impl.helper.UnpackDeployableHelper
Unpack the given archive in a temp folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
unpack(T, File, String) - Static method in class org.ow2.util.ee.deploy.impl.helper.UnpackDeployableHelper
Unpack the given archive in the given folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
unpack(T, File, String, boolean) - Static method in class org.ow2.util.ee.deploy.impl.helper.UnpackDeployableHelper
Unpack the given archive in the given folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
unpack(T, File) - Static method in class org.ow2.util.ee.deploy.impl.helper.UnpackDeployableHelper
Unpack the given archive in the given folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
unpack(T, File, boolean) - Static method in class org.ow2.util.ee.deploy.impl.helper.UnpackDeployableHelper
Unpack the given archive in the given folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
unpack(T, String, boolean, EarUnpackOpts) - Static method in class org.ow2.util.ee.deploy.impl.helper.UnpackDeployableHelper
Unpack the given archive in the given folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
unpack(T, File, boolean, EarUnpackOpts) - Static method in class org.ow2.util.ee.deploy.impl.helper.UnpackDeployableHelper
Unpack the given archive in the given folder, then build a local deployable (and fill it with submodules for EAR) and then return it.
UnpackDeployableHelper - Class in org.ow2.util.ee.deploy.impl.helper
Allow to unpack a deployable and build a deployable for this type.
unregister(IDeployer) - Method in class org.ow2.util.ee.deploy.impl.deployer.DeployerManager
Unregister a Deployer from this manager instance.
updateDeployableIfBundle(IDeployable<?>) - Method in class org.ow2.util.ee.deploy.impl.deployable.EARDeployableImpl
If it is a bundle (in the bundle/ directory), change the type of the deployable.

V

valueOf(String) - Static method in enum org.ow2.util.ee.deploy.impl.deployer.DeployerManagerCallbackType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ow2.util.ee.deploy.impl.deployer.DeployerManagerCallbackType
Returns an array containing the constants of this enum type, in the order they're declared.
visitAnnotation(String, boolean) - Method in class org.ow2.util.ee.deploy.impl.helper.DeployableDetectVisitor
Visits an annotation of the class.

W

WARDeployableImpl - Class in org.ow2.util.ee.deploy.impl.deployable
Implementation for a WAR.
WARDeployableImpl(IArchive) - Constructor for class org.ow2.util.ee.deploy.impl.deployable.WARDeployableImpl
Defines and create a deployable for the given archive.
WebArchiveClassLoaderURLsHelper - Class in org.ow2.util.ee.deploy.impl.helper
Deprecated.  
WebModuleImpl - Class in org.ow2.util.ee.deploy.impl.deployment.ear
Defines a WEB module inside an application.xml file.
WebModuleImpl() - Constructor for class org.ow2.util.ee.deploy.impl.deployment.ear.WebModuleImpl
 

A C D E F G I J L M O P R S T U V W

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