Uses of Interface
org.osgi.service.blueprint.reflect.MapEntry

Packages that use MapEntry
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. 
 

Uses of MapEntry in org.apache.aries.blueprint.ext
 

Methods in org.apache.aries.blueprint.ext that return types with arguments of type MapEntry
protected  java.util.List<MapEntry> AbstractPropertyPlaceholder.processMapEntries(java.util.List<MapEntry> entries)
           
 

Method parameters in org.apache.aries.blueprint.ext with type arguments of type MapEntry
protected  java.util.List<MapEntry> AbstractPropertyPlaceholder.processMapEntries(java.util.List<MapEntry> entries)
           
 

Uses of MapEntry in org.apache.aries.blueprint.mutable
 

Subinterfaces of MapEntry in org.apache.aries.blueprint.mutable
 interface MutableMapEntry
          A mutable version of the MapEntry that allows modifications.
 

Methods in org.apache.aries.blueprint.mutable that return MapEntry
 MapEntry MutableMapMetadata.addEntry(NonNullMetadata key, Metadata value)
           
 MapEntry MutablePropsMetadata.addEntry(NonNullMetadata key, Metadata value)
           
 MapEntry MutableServiceMetadata.addServiceProperty(NonNullMetadata key, Metadata value)
           
 

Methods in org.apache.aries.blueprint.mutable with parameters of type MapEntry
 void MutableMapMetadata.addEntry(MapEntry entry)
           
 void MutablePropsMetadata.addEntry(MapEntry entry)
           
 void MutableServiceMetadata.addServiceProperty(MapEntry serviceProperty)
           
 void MutableMapMetadata.removeEntry(MapEntry entry)
           
 void MutablePropsMetadata.removeEntry(MapEntry entry)
           
 void MutableServiceMetadata.removeServiceProperty(MapEntry serviceProperty)
           
 

Uses of MapEntry in org.apache.aries.blueprint.reflect
 

Classes in org.apache.aries.blueprint.reflect that implement MapEntry
 class MapEntryImpl
          Implementation of MapEntry
 

Methods in org.apache.aries.blueprint.reflect that return MapEntry
 MapEntry MapMetadataImpl.addEntry(NonNullMetadata key, Metadata value)
           
 MapEntry PropsMetadataImpl.addEntry(NonNullMetadata key, Metadata value)
           
 MapEntry ServiceMetadataImpl.addServiceProperty(NonNullMetadata key, Metadata value)
           
 

Methods in org.apache.aries.blueprint.reflect that return types with arguments of type MapEntry
 java.util.List<MapEntry> MapMetadataImpl.getEntries()
           
 java.util.List<MapEntry> PropsMetadataImpl.getEntries()
           
 java.util.List<MapEntry> ServiceMetadataImpl.getServiceProperties()
           
 

Methods in org.apache.aries.blueprint.reflect with parameters of type MapEntry
 void MapMetadataImpl.addEntry(MapEntry entry)
           
 void PropsMetadataImpl.addEntry(MapEntry entry)
           
 void ServiceMetadataImpl.addServiceProperty(MapEntry serviceProperty)
           
 void MapMetadataImpl.removeEntry(MapEntry entry)
           
 void PropsMetadataImpl.removeEntry(MapEntry entry)
           
 void ServiceMetadataImpl.removeServiceProperty(MapEntry serviceProperty)
           
 

Method parameters in org.apache.aries.blueprint.reflect with type arguments of type MapEntry
 void MapMetadataImpl.setEntries(java.util.List<MapEntry> entries)
           
 void PropsMetadataImpl.setEntries(java.util.List<MapEntry> entries)
           
 void ServiceMetadataImpl.setServiceProperties(java.util.List<MapEntry> serviceProperties)
           
 

Constructors in org.apache.aries.blueprint.reflect with parameters of type MapEntry
MapEntryImpl(MapEntry entry)
           
 

Constructor parameters in org.apache.aries.blueprint.reflect with type arguments of type MapEntry
MapMetadataImpl(java.lang.String keyType, java.lang.String valueType, java.util.List<MapEntry> entries)
           
PropsMetadataImpl(java.util.List<MapEntry> entries)
           
 

Uses of MapEntry in org.osgi.service.blueprint.reflect
 

Methods in org.osgi.service.blueprint.reflect that return types with arguments of type MapEntry
 java.util.List<MapEntry> PropsMetadata.getEntries()
          Return the entries for the properties.
 java.util.List<MapEntry> MapMetadata.getEntries()
          Return the entries for the map.
 java.util.List<MapEntry> ServiceMetadata.getServiceProperties()
          Return the user declared properties to be advertised with the service.
 



Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.