Serialized Form
|
Package org.jboss.virtual |
serialVersionUID: 1L
handler
VirtualFileHandler handler
- The virtual file handler
closed
AtomicBoolean closed
- Whether we are closed
|
Package org.jboss.virtual.plugins.context |
serialVersionUID: 1L
uri
URI uri
- The uri
serialVersionUID: 1L
url
URL url
- The url
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
- The class serial fields
serialVersionUID: 1L
delegate
VirtualFileHandler delegate
- The delegate
|
Package org.jboss.virtual.plugins.context.file |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
serialVersionUID: 1L
links
List<E> links
- The link information
linkTargets
HashMap<K,V> linkTargets
- The link targets
|
Package org.jboss.virtual.plugins.context.jar |
serialVersionUID: 1L
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
serialVersionUID: 1L
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
serialVersionUID: 1L
entryURL
URL entryURL
contents
byte[] contents
isJar
boolean isJar
njar
NestedJarFromStream njar
openStream
InputStream openStream
entryChildren
List<E> entryChildren
serialVersionUID: 1L
entryChildren
List<E> entryChildren
serialVersionUID: 1L
serialVersionUID: 2L
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
- The class serial fields
serialVersionUID: 1L
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
serialVersionUID: 1L
njar
NestedJarFromStream njar
- The nested jar
serialVersionUID: 1L
entryChildren
List<E> entryChildren
- The jar file
|
Package org.jboss.virtual.plugins.context.memory |
serialVersionUID: 1L
root
MemoryContextHandler root
- The root file
rootFile
VirtualFile rootFile
- A reference to the virtual file of the root to stop it getting closed
serialVersionUID: 1L
entryMap
Map<K,V> entryMap
- The entries
contents
byte[] contents
- The content
|
Package org.jboss.virtual.plugins.context.vfs |
directory
AssembledDirectoryHandler directory
lastModified
long lastModified
children
List<E> children
childrenMap
Map<K,V> childrenMap
bytes
byte[] bytes
lastModified
long lastModified
|
Package org.jboss.virtual.spi |
serialVersionUID: 1L
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 © 2008 JBoss, A division of Red Hat, Inc. All Rights Reserved.