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

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

public class LibDeployableImpl
extends AbsDeployable<org.ow2.util.ee.deploy.api.deployable.LibDeployable>
implements org.ow2.util.ee.deploy.api.deployable.LibDeployable

Implementation for a library.

Author:
Florent Benoit

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

LibDeployableImpl

public LibDeployableImpl(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.