Package | Description |
---|---|
org.apache.felix.utils.repository | |
org.apache.felix.utils.resource |
Modifier and Type | Method and Description |
---|---|
private static ResourceImpl |
StaxParser.parseResource(java.net.URI repositoryUrl,
javax.xml.stream.XMLStreamReader reader) |
Modifier and Type | Method and Description |
---|---|
private static CapabilityImpl |
StaxParser.parseCapability(javax.xml.stream.XMLStreamReader reader,
ResourceImpl resource) |
private static RequirementImpl |
StaxParser.parseRequirement(javax.xml.stream.XMLStreamReader reader,
ResourceImpl resource) |
Modifier and Type | Method and Description |
---|---|
static ResourceImpl |
ResourceBuilder.build(ResourceImpl resource,
java.lang.String uri,
java.util.Map<java.lang.String,java.lang.String> headerMap) |
static ResourceImpl |
ResourceBuilder.build(ResourceImpl resource,
java.lang.String uri,
java.util.Map<java.lang.String,java.lang.String> headerMap,
boolean removeServiceRequirements) |
static ResourceImpl |
ResourceBuilder.build(java.lang.String uri,
java.util.Map<java.lang.String,java.lang.String> headerMap) |
static ResourceImpl |
ResourceBuilder.build(java.lang.String uri,
java.util.Map<java.lang.String,java.lang.String> headerMap,
boolean removeServiceRequirements) |
private static ResourceImpl |
ResourceBuilder.doBuild(ResourceImpl resource,
java.lang.String uri,
java.util.Map<java.lang.String,java.lang.String> headerMap,
boolean removeServiceRequirements) |
Modifier and Type | Method and Description |
---|---|
static ResourceImpl |
ResourceBuilder.build(ResourceImpl resource,
java.lang.String uri,
java.util.Map<java.lang.String,java.lang.String> headerMap) |
static ResourceImpl |
ResourceBuilder.build(ResourceImpl resource,
java.lang.String uri,
java.util.Map<java.lang.String,java.lang.String> headerMap,
boolean removeServiceRequirements) |
private static ResourceImpl |
ResourceBuilder.doBuild(ResourceImpl resource,
java.lang.String uri,
java.util.Map<java.lang.String,java.lang.String> headerMap,
boolean removeServiceRequirements) |