org.nuxeo.runtime.launcher
Class NestedJarBundleFile
java.lang.Object
org.nuxeo.runtime.launcher.JarBundleFile
org.nuxeo.runtime.launcher.NestedJarBundleFile
- All Implemented Interfaces:
- BundleFile
public class NestedJarBundleFile
- extends JarBundleFile
- Author:
- Bogdan Stefanescu
| Methods inherited from class org.nuxeo.runtime.launcher.JarBundleFile |
extractNestedJar, extractNestedJar, finalize, findEntries, findNestedBundles, getEntry, getEntryPaths, getFile, getJarURL, getManifest, getNestedBundles, getSymbolicName, getURL, isDirectory, isJar, toString |
location
protected final String location
NestedJarBundleFile
public NestedJarBundleFile(String location,
File file)
throws IOException
- Throws:
IOException
NestedJarBundleFile
public NestedJarBundleFile(String location,
JarFile jarFile)
getFileName
public String getFileName()
- Description copied from interface:
BundleFile
- Gets the original file name of this bundle.
- Specified by:
getFileName in interface BundleFile- Overrides:
getFileName in class JarBundleFile
- Returns:
- the bundle file name
getLocation
public String 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 interface BundleFile- Overrides:
getLocation in class JarBundleFile
- Returns:
- the location
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.