| Package | Description |
|---|---|
| org.apache.aries.blueprint.ext | |
| org.apache.aries.blueprint.mutable | |
| org.apache.aries.blueprint.reflect | |
| org.osgi.service.blueprint.reflect |
Blueprint Reflection Package Version 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<MapEntry> |
AbstractPropertyPlaceholder.processMapEntries(List<MapEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
protected List<MapEntry> |
AbstractPropertyPlaceholder.processMapEntries(List<MapEntry> entries) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableMapEntry
A mutable version of the
MapEntry that allows modifications. |
| Modifier and Type | Method and Description |
|---|---|
MapEntry |
MutablePropsMetadata.addEntry(NonNullMetadata key,
Metadata value) |
MapEntry |
MutableMapMetadata.addEntry(NonNullMetadata key,
Metadata value) |
MapEntry |
MutableServiceMetadata.addServiceProperty(NonNullMetadata key,
Metadata value) |
| Modifier and Type | Method and Description |
|---|---|
void |
MutablePropsMetadata.addEntry(MapEntry entry) |
void |
MutableMapMetadata.addEntry(MapEntry entry) |
void |
MutableServiceMetadata.addServiceProperty(MapEntry serviceProperty) |
void |
MutablePropsMetadata.removeEntry(MapEntry entry) |
void |
MutableMapMetadata.removeEntry(MapEntry entry) |
void |
MutableServiceMetadata.removeServiceProperty(MapEntry serviceProperty) |
| Modifier and Type | Class and Description |
|---|---|
class |
MapEntryImpl
Implementation of MapEntry
|
| Modifier and Type | Method and Description |
|---|---|
MapEntry |
PropsMetadataImpl.addEntry(NonNullMetadata key,
Metadata value) |
MapEntry |
MapMetadataImpl.addEntry(NonNullMetadata key,
Metadata value) |
MapEntry |
ServiceMetadataImpl.addServiceProperty(NonNullMetadata key,
Metadata value) |
| Modifier and Type | Method and Description |
|---|---|
List<MapEntry> |
PropsMetadataImpl.getEntries() |
List<MapEntry> |
MapMetadataImpl.getEntries() |
List<MapEntry> |
ServiceMetadataImpl.getServiceProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropsMetadataImpl.addEntry(MapEntry entry) |
void |
MapMetadataImpl.addEntry(MapEntry entry) |
void |
ServiceMetadataImpl.addServiceProperty(MapEntry serviceProperty) |
void |
PropsMetadataImpl.removeEntry(MapEntry entry) |
void |
MapMetadataImpl.removeEntry(MapEntry entry) |
void |
ServiceMetadataImpl.removeServiceProperty(MapEntry serviceProperty) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropsMetadataImpl.setEntries(List<MapEntry> entries) |
void |
MapMetadataImpl.setEntries(List<MapEntry> entries) |
void |
ServiceMetadataImpl.setServiceProperties(List<MapEntry> serviceProperties) |
| Constructor and Description |
|---|
MapEntryImpl(MapEntry entry) |
| Constructor and Description |
|---|
MapMetadataImpl(String keyType,
String valueType,
List<MapEntry> entries) |
PropsMetadataImpl(List<MapEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
List<MapEntry> |
MapMetadata.getEntries()
Return the entries for the map.
|
List<MapEntry> |
PropsMetadata.getEntries()
Return the entries for the properties.
|
List<MapEntry> |
ServiceMetadata.getServiceProperties()
Return the user declared properties to be advertised with the service.
|
Copyright © 2012. All Rights Reserved.