Package org.jboss.vfs.spi
Class JavaZipFileSystem.ZipNode
- java.lang.Object
-
- org.jboss.vfs.spi.JavaZipFileSystem.ZipNode
-
- Enclosing class:
- JavaZipFileSystem
private static final class JavaZipFileSystem.ZipNode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.File
cachedFile
private java.util.Map<java.lang.String,JavaZipFileSystem.ZipNode>
children
private java.util.jar.JarEntry
entry
private java.lang.String
name
-
Constructor Summary
Constructors Modifier Constructor Description private
ZipNode(java.util.Map<java.lang.String,JavaZipFileSystem.ZipNode> children, java.lang.String name, java.util.jar.JarEntry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private JavaZipFileSystem.ZipNode
find(VirtualFile mountPoint, VirtualFile target)
-
-
-
Field Detail
-
children
private final java.util.Map<java.lang.String,JavaZipFileSystem.ZipNode> children
-
name
private final java.lang.String name
-
entry
private final java.util.jar.JarEntry entry
-
cachedFile
private volatile java.io.File cachedFile
-
-
Constructor Detail
-
ZipNode
private ZipNode(java.util.Map<java.lang.String,JavaZipFileSystem.ZipNode> children, java.lang.String name, java.util.jar.JarEntry entry)
-
-
Method Detail
-
find
private JavaZipFileSystem.ZipNode find(VirtualFile mountPoint, VirtualFile target)
-
-