org.objectweb.easybeans.deployable.impl
Class RARDeployableImpl

java.lang.Object
  extended by org.objectweb.easybeans.deployable.impl.AbsDeployable
      extended by org.objectweb.easybeans.deployable.impl.RARDeployableImpl
All Implemented Interfaces:
EZBDeployable, RARDeployable

public class RARDeployableImpl
extends AbsDeployable
implements RARDeployable

Implementation for a RAR.

Author:
Florent Benoit

Constructor Summary
RARDeployableImpl(EZBArchive archive)
          Defines and create a deployable for the given archive.
 
Method Summary
 
Methods inherited from class org.objectweb.easybeans.deployable.impl.AbsDeployable
getArchive, getOriginalDeployable, getUnpackedDeployable, setOriginalDeployable, setUnpackedDeployable, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.objectweb.easybeans.deployer.api.EZBDeployable
getArchive, getOriginalDeployable, getUnpackedDeployable, setUnpackedDeployable
 

Constructor Detail

RARDeployableImpl

public RARDeployableImpl(EZBArchive archive)
Defines and create a deployable for the given archive.

Parameters:
archive - the given archive.