Serialized Form


Package org.jboss.virtual

Class org.jboss.virtual.AssembledDirectory extends VirtualFile implements Serializable

Serialized Fields

directory

AssembledDirectoryHandler directory
The directory

Class org.jboss.virtual.VirtualFile extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

handler

VirtualFileHandler handler
The virtual file handler


closed

AtomicBoolean closed
Whether we are closed


Package org.jboss.virtual.plugins.context

Class org.jboss.virtual.plugins.context.AbstractURIHandler extends AbstractVirtualFileHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

uri

URI uri
The uri

Class org.jboss.virtual.plugins.context.AbstractURLHandler extends AbstractVirtualFileHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

url

URL url
The url

Class org.jboss.virtual.plugins.context.AbstractVirtualFileHandler extends Object implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialization Overview
The class serial fields

Serialized Fields

Class org.jboss.virtual.plugins.context.DelegatingHandler extends AbstractVirtualFileHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

delegate

VirtualFileHandler delegate
The delegate

Class org.jboss.virtual.plugins.context.ReplacementHandler extends DelegatingHandler implements Serializable

serialVersionUID: 1L


Package org.jboss.virtual.plugins.context.file

Class org.jboss.virtual.plugins.context.file.FileHandler extends AbstractURLHandler implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

Class org.jboss.virtual.plugins.context.file.LinkHandler extends AbstractURLHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

links

List<E> links
The link information


linkTargets

HashMap<K,V> linkTargets
The link targets


Package org.jboss.virtual.plugins.context.jar

Class org.jboss.virtual.plugins.context.jar.AbstractJarHandler extends AbstractURLHandler implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Restore the jar file from the jar URL

Throws:
IOException - for any IO error
ClassNotFoundException - if any error reading object

Class org.jboss.virtual.plugins.context.jar.AbstractStructuredJarHandler extends AbstractJarHandler implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Restore the jar file

Throws:
IOException - for any error reading the jar file
ClassNotFoundException - for any jar class finding errors

Class org.jboss.virtual.plugins.context.jar.JarEntryContents extends AbstractJarHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

entryURL

URL entryURL

contents

byte[] contents

isJar

boolean isJar

njar

NestedJarFromStream njar

openStream

InputStream openStream

entryChildren

List<E> entryChildren

Class org.jboss.virtual.plugins.context.jar.JarEntryHandler extends AbstractJarHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

entryChildren

List<E> entryChildren

Class org.jboss.virtual.plugins.context.jar.JarHandler extends AbstractStructuredJarHandler<Object> implements Serializable

serialVersionUID: 1L

Class org.jboss.virtual.plugins.context.jar.NestedJarFromStream extends AbstractStructuredJarHandler<byte[]> implements Serializable

serialVersionUID: 2L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the jar contents and reinitialize the entry map

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Write the jar contents and information

Throws:
IOException
Serialization Overview
The class serial fields

Serialized Fields

Class org.jboss.virtual.plugins.context.jar.NestedJarHandler extends AbstractStructuredJarHandler<Object> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Restore the temp file

Throws:
IOException - for any error reading the jar file
ClassNotFoundException - for any jar class finding errors

Class org.jboss.virtual.plugins.context.jar.NoCopyNestedJarHandler extends AbstractJarHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

njar

NestedJarFromStream njar
The nested jar

Class org.jboss.virtual.plugins.context.jar.SynthenticDirEntryHandler extends AbstractURLHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

entryChildren

List<E> entryChildren
The jar file


Package org.jboss.virtual.plugins.context.memory

Class org.jboss.virtual.plugins.context.memory.MemoryContext extends AbstractVFSContext implements Serializable

serialVersionUID: 1L

Serialized Fields

root

MemoryContextHandler root
The root file


rootFile

VirtualFile rootFile
A reference to the virtual file of the root to stop it getting closed

Class org.jboss.virtual.plugins.context.memory.MemoryContextHandler extends AbstractURLHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

entryMap

Map<K,V> entryMap
The entries


contents

byte[] contents
The content


Package org.jboss.virtual.plugins.context.vfs

Class org.jboss.virtual.plugins.context.vfs.AssembledDirectoryHandler extends AbstractVirtualFileHandler implements Serializable

Serialized Fields

lastModified

long lastModified

children

Map<K,V> children

Class org.jboss.virtual.plugins.context.vfs.AssembledFileHandler extends DelegatingHandler implements Serializable

Class org.jboss.virtual.plugins.context.vfs.ByteArrayHandler extends AbstractVirtualFileHandler implements Serializable

Serialized Fields

bytes

byte[] bytes

lastModified

long lastModified

Package org.jboss.virtual.plugins.context.zip

Class org.jboss.virtual.plugins.context.zip.ZipEntryHandler extends AbstractVirtualFileHandler implements Serializable

Serialized Fields

url

URL url
The url


isLeaf

boolean isLeaf
isLeaf


Package org.jboss.virtual.spi

Class org.jboss.virtual.spi.LinkInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name
Optional name of the link which defines its name to the parent


linkTarget

URI linkTarget
Required URI for the link target



Copyright © 2011 JBoss, A division of Red Hat, Inc. All Rights Reserved.