org.jboss.osgi.deployment.internal
Class VirtualFileDeployment

java.lang.Object
  extended by org.jboss.osgi.spi.util.AttachmentSupport
      extended by org.jboss.osgi.deployment.internal.AbstractDeployment
          extended by org.jboss.osgi.deployment.internal.VirtualFileDeployment
All Implemented Interfaces:
Serializable, Deployment, org.jboss.osgi.spi.Attachments

public class VirtualFileDeployment
extends AbstractDeployment

An abstraction of a bundle deployment

Since:
27-May-2009
Author:
thomas.diesler@jboss.com
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.osgi.spi.Attachments
org.jboss.osgi.spi.Attachments.Key
 
Constructor Summary
VirtualFileDeployment(org.jboss.osgi.vfs.VirtualFile rootFile, String location, String symbolicName, org.osgi.framework.Version version)
           
 
Method Summary
 org.jboss.osgi.vfs.VirtualFile getRoot()
          Get the root virtual file
 
Methods inherited from class org.jboss.osgi.deployment.internal.AbstractDeployment
equals, getLocation, getStartLevel, getSymbolicName, getVersion, hashCode, isAutoStart, isBundleUpdate, setAutoStart, setBundleUpdate, setStartLevel, toString
 
Methods inherited from class org.jboss.osgi.spi.util.AttachmentSupport
addAttachment, addAttachment, addAttachment, getAttachment, getAttachment, getAttachment, getAttachmentKeys, removeAttachment, removeAttachment, removeAttachment
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.osgi.spi.Attachments
addAttachment, addAttachment, addAttachment, getAttachment, getAttachment, getAttachment, getAttachmentKeys, removeAttachment, removeAttachment, removeAttachment
 

Constructor Detail

VirtualFileDeployment

public VirtualFileDeployment(org.jboss.osgi.vfs.VirtualFile rootFile,
                             String location,
                             String symbolicName,
                             org.osgi.framework.Version version)
Method Detail

getRoot

public org.jboss.osgi.vfs.VirtualFile getRoot()
Description copied from interface: Deployment
Get the root virtual file



Copyright © 2012. All Rights Reserved.