Package org.nuxeo.osgi
Class NestedJarBundleFile
java.lang.Object
org.nuxeo.osgi.JarBundleFile
org.nuxeo.osgi.NestedJarBundleFile
- All Implemented Interfaces:
BundleFile
- Author:
- Bogdan Stefanescu
-
Field Summary
Fields inherited from class org.nuxeo.osgi.JarBundleFile
jarFile, urlBase
-
Constructor Summary
ConstructorDescriptionNestedJarBundleFile
(String location, File file) NestedJarBundleFile
(String location, JarFile jarFile) -
Method Summary
Modifier and TypeMethodDescriptionGets the original file name of this bundle.Gets the original location of this bundle.Methods inherited from class org.nuxeo.osgi.JarBundleFile
close, extractNestedJar, extractNestedJar, findEntries, findNestedBundles, getEntry, getEntryPaths, getEntryUrl, getFile, getJarURL, getManifest, getNestedBundles, getSymbolicName, getURL, isDirectory, isJar, toString
-
Field Details
-
location
-
-
Constructor Details
-
NestedJarBundleFile
- Throws:
IOException
-
NestedJarBundleFile
-
-
Method Details
-
getFileName
Description copied from interface:BundleFile
Gets the original file name of this bundle.- Specified by:
getFileName
in interfaceBundleFile
- Overrides:
getFileName
in classJarBundleFile
- Returns:
- the bundle file name
-
getLocation
Description copied from interface:BundleFile
Gets the original location of this bundle.This is an URI string pointing to the original locatioon of the bundle.
- Specified by:
getLocation
in interfaceBundleFile
- Overrides:
getLocation
in classJarBundleFile
- Returns:
- the location
-