Serialized Form


Package org.jboss.virtual

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


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

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
ClassNotFoundException

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

serialVersionUID: 1L

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Restore the jar file from the parent jar and entry name

Throws:
IOException
ClassNotFoundException

Class org.jboss.virtual.plugins.context.jar.NestedJarFromStream extends AbstractVirtualFileHandler implements Serializable

serialVersionUID: 1L

Serialized Fields

zis

ZipInputStream zis

entries

HashMap<K,V> entries

jarURL

URL jarURL

entryURL

URL entryURL

vfsPath

String vfsPath

name

String name

lastModified

long lastModified

size

long size

inited

boolean inited

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

serialVersionUID: 1L

Serialized Fields

entry

ZipEntry entry

entryURL

URL entryURL

vfsPath

String vfsPath

contents

byte[] contents

isJar

boolean isJar

njar

NestedJarFromStream njar

openStream

InputStream openStream

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

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Restore the jar file from the parent jar and entry name

Throws:
IOException
ClassNotFoundException

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

serialVersionUID: 1L

Serialized Fields

njar

NestedJarFromStream njar

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

serialVersionUID: 1L

Serialized Fields

lastModified

long lastModified
The jar file


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

Class org.jboss.virtual.plugins.context.vfs.AssembledDirectory extends VirtualFile implements Serializable

Serialized Fields

directory

AssembledDirectoryHandler directory

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

Serialized Fields

lastModified

long lastModified

children

List<E> children

childrenMap

Map<K,V> childrenMap

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

Serialized Fields

delegate

VirtualFileHandler delegate

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

Serialized Fields

bytes

byte[] bytes

lastModified

long lastModified

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 © 2007 JBoss, A division of Red Hat, Inc. All Rights Reserved.