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

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

public class RARDeployableImpl
extends AbsDeployable<org.ow2.util.ee.deploy.api.deployable.RARDeployable>
implements org.ow2.util.ee.deploy.api.deployable.RARDeployable

Implementation for a RAR.

Author:
Florent Benoit

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

RARDeployableImpl

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