org.objectweb.easybeans.deployable.impl
Class LibDeployableImpl

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

public class LibDeployableImpl
extends AbsDeployable
implements LibDeployable

Implementation for a library.

Author:
Florent Benoit

Constructor Summary
LibDeployableImpl(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

LibDeployableImpl

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

Parameters:
archive - the given archive.