Package org.nuxeo.osgi
Class SystemBundleFile
- java.lang.Object
-
- org.nuxeo.osgi.DirectoryBundleFile
-
- org.nuxeo.osgi.SystemBundleFile
-
- All Implemented Interfaces:
BundleFile
public class SystemBundleFile extends DirectoryBundleFile
- Author:
- Bogdan Stefanescu
-
-
Field Summary
-
Fields inherited from class org.nuxeo.osgi.DirectoryBundleFile
file, files, MANIFEST_PATH, mf
-
-
Constructor Summary
Constructors Constructor Description SystemBundleFile(File file)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Manifest
createManifest()
-
Methods inherited from class org.nuxeo.osgi.DirectoryBundleFile
close, findEntries, findFiles, findManifest, findNestedBundles, getEntry, getEntryPaths, getFile, getFileName, getLocation, getManifest, getNestedBundles, getSymbolicName, getURL, isDirectory, isJar, main, toString
-
-
-
-
Constructor Detail
-
SystemBundleFile
public SystemBundleFile(File file) throws IOException
- Throws:
IOException
-
-
Method Detail
-
createManifest
public static Manifest createManifest()
-
-