| com.caucho.vfs.JarPath
JarPath | public class JarPath extends FilesystemPath (Code) | | A filesystem for .jar files.
|
Constructor Summary | |
protected | JarPath(FilesystemPath root, String userPath, String path, Path backing) |
JarPath | protected JarPath(FilesystemPath root, String userPath, String path, Path backing)(Code) | | Creates a new jar path for the specific file
Parameters: root - the root of this jar Parameters: userPath - the path specified by the user in the lookup() Parameters: path - the normalized path Parameters: jarFile - the underlying jar |
canRead | public boolean canRead()(Code) | | |
canWrite | public boolean canWrite()(Code) | | |
closeJar | public void closeJar()(Code) | | |
create | public static JarPath create(Path backing)(Code) | | Creates a new root Jar path.
|
equals | public boolean equals(Object o)(Code) | | Tests for equality.
|
exists | public boolean exists()(Code) | | Returns true if the entry exists in the jar file.
|
getCertificates | public Certificate[] getCertificates()(Code) | | Returns any signing certificates.
|
getContainer | public Path getContainer()(Code) | | Returns the underlying file below the jar.
|
getDepend | public PersistentDependency getDepend()(Code) | | Returns the dependency checker from the jar.
|
getLastModified | public long getLastModified()(Code) | | |
getLength | public long getLength()(Code) | | |
getScheme | public String getScheme()(Code) | | Returns the scheme (jar)
|
getURL | public String getURL()(Code) | | Returns the full url.
jar:!/entry-path
|
hashCode | public int hashCode()(Code) | | |
isDirectory | public boolean isDirectory()(Code) | | Returns true if the entry is a directory in the jar file.
|
isFile | public boolean isFile()(Code) | | Returns true if the entry is a file in the jar file.
|
isPathCacheable | public boolean isPathCacheable()(Code) | | |
|
|