Save This Page
Home » JBoss-5.1.0 » org.jboss.deployers.vfs.plugins » client » [javadoc | source]
org.jboss.deployers.vfs.plugins.client
public class: AbstractVFSDeployment [javadoc | source]
java.lang.Object
   org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl
      org.jboss.deployers.client.plugins.deployment.AbstractDeployment
         org.jboss.deployers.vfs.plugins.client.AbstractVFSDeployment

All Implemented Interfaces:
    VFSDeployment, Deployment, PredeterminedManagedObjectAttachments, Externalizable

AbstractVFSDeployment.
Constructor:
 public AbstractVFSDeployment() 
 public AbstractVFSDeployment(VirtualFile root) 
    Create a new VFSDeployment.
    Parameters:
    root - the root
    Throws:
    IllegalArgumentException - for a null root
Method from org.jboss.deployers.vfs.plugins.client.AbstractVFSDeployment Summary:
getRoot,   getSimpleName,   readExternal,   safeVirtualFileName,   setDirectRootSerialization,   toString,   writeExternal
Methods from org.jboss.deployers.client.plugins.deployment.AbstractDeployment:
getName,   getSimpleName,   getTypes,   readExternal,   setName,   setTypes,   writeExternal
Methods from org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl:
getPredeterminedManagedObjects,   readExternal,   setPredeterminedManagedObjects,   writeExternal
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.deployers.vfs.plugins.client.AbstractVFSDeployment Detail:
 public VirtualFile getRoot() 
 public String getSimpleName() 
 public  void readExternal(ObjectInput in) throws IOException, ClassNotFoundException 
 static final String safeVirtualFileName(VirtualFile root) 
    Get the vfs file name safely
 public  void setDirectRootSerialization(boolean directRootSerialization) 
    Should we serialize root directly. e.g. the root is memory virtual file instance
 public String toString() 
 public  void writeExternal(ObjectOutput out) throws IOException