public class ZipFileProxy
extends java.io.File
| Constructor and Description |
|---|
ZipFileProxy(java.io.File file,
java.net.URI base,
java.lang.String localZipRootPath)
Instantiates a new zip file proxy.
|
ZipFileProxy(java.lang.String name,
java.io.File file,
java.net.URI base,
java.lang.String localZipRootPath)
Instantiates a new zip file proxy.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
exists() |
java.net.URI |
getBase()
Gets the base.
|
java.io.File |
getCanonicalFile() |
java.io.File[] |
getFiles(java.lang.String dir)
Gets the files.
|
java.lang.String |
getName() |
java.io.File |
getParentFile() |
java.lang.String |
getPath() |
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, getAbsoluteFile, getAbsolutePath, getCanonicalPath, getFreeSpace, getParent, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURI, toURLpublic ZipFileProxy(java.io.File file,
java.net.URI base,
java.lang.String localZipRootPath)
file - the filebase - the baselocalZipRootPath - the local zip path (path inside the ZIP file) only files on this path will be includedpublic ZipFileProxy(java.lang.String name,
java.io.File file,
java.net.URI base,
java.lang.String localZipRootPath)
name - the namefile - the filebase - the baselocalZipRootPath - the local zip path (path inside the ZIP file) only files on this path will be includedpublic java.lang.String getPath()
getPath in class java.io.Filepublic boolean exists()
exists in class java.io.Filepublic java.lang.String getName()
getName in class java.io.Filepublic java.io.File getParentFile()
getParentFile in class java.io.Filepublic java.io.File getCanonicalFile()
throws java.io.IOException
getCanonicalFile in class java.io.Filejava.io.IOExceptionpublic java.net.URI getBase()
public java.io.File[] getFiles(java.lang.String dir)
dir - the dir