org.ow2.util.ee.deploy.impl.deployable
Class CARDeployableImpl

java.lang.Object
  extended by org.ow2.util.ee.deploy.impl.deployable.AbsDeployable<org.ow2.util.ee.deploy.api.deployable.CARDeployable>
      extended by org.ow2.util.ee.deploy.impl.deployable.CARDeployableImpl
All Implemented Interfaces:
org.ow2.util.ee.deploy.api.deployable.CARDeployable, org.ow2.util.ee.deploy.api.deployable.IDeployable<org.ow2.util.ee.deploy.api.deployable.CARDeployable>

public class CARDeployableImpl
extends AbsDeployable<org.ow2.util.ee.deploy.api.deployable.CARDeployable>
implements org.ow2.util.ee.deploy.api.deployable.CARDeployable

Implementation for a client module.

Author:
Florent Benoit

Constructor Summary
CARDeployableImpl(org.ow2.util.archive.api.IArchive archive)
          Defines and create a deployable for the given archive.
 
Method Summary
 
Methods inherited from class org.ow2.util.ee.deploy.impl.deployable.AbsDeployable
addExtension, equals, getArchive, getExtension, getModuleName, getOriginalDeployable, getShortName, getUnpackedDeployable, setOriginalDeployable, setUnpackedDeployable, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.ow2.util.ee.deploy.api.deployable.IDeployable
addExtension, getArchive, getExtension, getModuleName, getOriginalDeployable, getShortName, getUnpackedDeployable, setOriginalDeployable, setUnpackedDeployable
 

Constructor Detail

CARDeployableImpl

public CARDeployableImpl(org.ow2.util.archive.api.IArchive archive)
Defines and create a deployable for the given archive.

Parameters:
archive - the given archive.


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