public class JarResourceLocation extends AbstractUrlResourceLocation
| Constructor and Description |
|---|
JarResourceLocation(java.net.URL codeSource,
java.io.File cacheFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.jar.Manifest |
getManifest() |
ResourceHandle |
getResourceHandle(java.lang.String resourceName) |
equals, getCodeSource, hashCode, toStringpublic JarResourceLocation(java.net.URL codeSource,
java.io.File cacheFile)
throws java.io.IOException
java.io.IOExceptionpublic ResourceHandle getResourceHandle(java.lang.String resourceName)
public java.util.jar.Manifest getManifest()
throws java.io.IOException
java.io.IOExceptionpublic void close()
close in interface ResourceLocationclose in class AbstractUrlResourceLocationCopyright © 2004-2024 The Apache Software Foundation. All Rights Reserved.