| Home >> All >> org >> eclipse >> osgi >> [ util Javadoc ] |
org.eclipse.osgi.util: Javadoc index of package org.eclipse.osgi.util.
Package Samples:
org.eclipse.osgi.util
Classes:
ManifestElement: This class represents a single manifest element. A manifest element must consist of a single String value. The String value may be split up into component values each separated by a ';'. A manifeset element may optionally have a set of attribute values associated with it. The general syntax of a manifest element is the following ManifestElement ::= headervalues (';' attribute)* headervalues ::= headervalue (';' headervalue)* headervalue ::= attribute ::= key '=' value key ::= token value ::= token | quoted-string For example, The following is an example of a manifest element to the Export-Package ...
| Home | Contact Us | Privacy Policy | Terms of Service |