public class OBRFragment
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.regex.Pattern |
EE_PATTERN |
(package private) static java.lang.String |
MIME_TYPE_OSGI_BUNDLE |
Constructor and Description |
---|
OBRFragment() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
filter(java.lang.String ns,
java.lang.String primary,
java.util.Map<java.lang.String,java.lang.String> value) |
static Reporter |
parse(java.io.File file,
ResourceBuilder resource,
java.lang.String base) |
static Reporter |
parse(Jar jar,
ResourceBuilder resource) |
private static org.osgi.resource.Capability |
toCapability(java.lang.String key,
Attrs value) |
private static org.osgi.resource.Capability |
toRequirement(java.lang.String key,
Attrs value) |
static final java.lang.String MIME_TYPE_OSGI_BUNDLE
static java.util.regex.Pattern EE_PATTERN
public static Reporter parse(Jar jar, ResourceBuilder resource) throws java.lang.Exception
java.lang.Exception
private static org.osgi.resource.Capability toRequirement(java.lang.String key, Attrs value)
private static org.osgi.resource.Capability toCapability(java.lang.String key, Attrs value)
public static Reporter parse(java.io.File file, ResourceBuilder resource, java.lang.String base) throws java.lang.Exception
java.lang.Exception
private static java.lang.String filter(java.lang.String ns, java.lang.String primary, java.util.Map<java.lang.String,java.lang.String> value)