public class NestedJarBundleFile extends JarBundleFile
Modifier and Type | Field and Description |
---|---|
protected String |
location |
jarFile, urlBase
Constructor and Description |
---|
NestedJarBundleFile(String location,
File file) |
NestedJarBundleFile(String location,
JarFile jarFile) |
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
Gets the original file name of this bundle.
|
String |
getLocation()
Gets the original location of this bundle.
|
close, extractNestedJar, extractNestedJar, findEntries, findNestedBundles, getEntry, getEntryPaths, getEntryUrl, getFile, getJarURL, getManifest, getNestedBundles, getSymbolicName, getURL, isDirectory, isJar, toString
public NestedJarBundleFile(String location, File file) throws IOException
IOException
public NestedJarBundleFile(String location, JarFile jarFile)
public String getFileName()
BundleFile
getFileName
in interface BundleFile
getFileName
in class JarBundleFile
public String getLocation()
BundleFile
This is an URI string pointing to the original locatioon of the bundle.
getLocation
in interface BundleFile
getLocation
in class JarBundleFile
Copyright © 2019 Nuxeo. All rights reserved.