public class ZipVFSFile extends Object implements VirtualFile
| Constructor and Description |
|---|
ZipVFSFile(ZipFile zipFile,
org.richfaces.resource.optimizer.vfs.zip.ZipNode zipNode,
String relativePath) |
| Modifier and Type | Method and Description |
|---|---|
VirtualFile |
getChild(String path) |
VirtualFile |
getChild(String path,
boolean chrooted) |
Collection<VirtualFile> |
getChildren() |
InputStream |
getInputStream() |
String |
getName() |
String |
getRelativePath() |
protected ZipFile |
getZipFile() |
protected org.richfaces.resource.optimizer.vfs.zip.ZipNode |
getZipNode() |
boolean |
isDirectory() |
boolean |
isFile() |
String |
toString() |
public boolean isFile()
isFile in interface VirtualFilepublic boolean isDirectory()
isDirectory in interface VirtualFilepublic InputStream getInputStream() throws IOException
getInputStream in interface VirtualFileIOExceptionpublic Collection<VirtualFile> getChildren()
getChildren in interface VirtualFilepublic VirtualFile getChild(String path)
getChild in interface VirtualFilepublic VirtualFile getChild(String path, boolean chrooted)
getChild in interface VirtualFilepublic String getName()
getName in interface VirtualFilepublic String getRelativePath()
getRelativePath in interface VirtualFileprotected ZipFile getZipFile()
protected org.richfaces.resource.optimizer.vfs.zip.ZipNode getZipNode()
Copyright © 2014 JBoss by Red Hat. All rights reserved.