|
ch.jm.osgi.util.bundle 1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.jm.osgi.util.bundle.DescriptorParser
public final class DescriptorParser
This class is responsible for parsing bundle descriptors.
Field Summary |
---|
Fields inherited from interface ch.jm.osgi.util.bundle.BundleConstants |
---|
BUNDLE_ACTIVATOR, BUNDLE_CATEGORY, BUNDLE_CLASSPATH, BUNDLE_DESCRIPTION, BUNDLE_MANIFEST_VERSION, BUNDLE_NAME, BUNDLE_SYMBOLIC_NAME, BUNDLE_VERSION, EXPORT_PACKAGE, IMPORT_PACKAGE |
Method Summary | |
---|---|
static void |
parse(java.io.File f,
BundleManifestBuilder builder)
Parses a bundle descriptor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void parse(java.io.File f, BundleManifestBuilder builder) throws java.io.IOException
f
- the bundle descriptorbuilder
- the manifest builder that receives information about the bundle
java.io.IOException
- if an I/O error occurs
|
ch.jm.osgi.util.bundle 1.0.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |