org.apache.aries.blueprint.reflect
Class PropsMetadataImpl
java.lang.Object
org.apache.aries.blueprint.reflect.PropsMetadataImpl
- All Implemented Interfaces:
- MutablePropsMetadata, org.osgi.service.blueprint.reflect.Metadata, org.osgi.service.blueprint.reflect.NonNullMetadata, org.osgi.service.blueprint.reflect.PropsMetadata
public class PropsMetadataImpl
- extends Object
- implements MutablePropsMetadata
Implementation of PropsMetadata
- Version:
- $Rev: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $
Method Summary |
void |
addEntry(org.osgi.service.blueprint.reflect.MapEntry entry)
|
org.osgi.service.blueprint.reflect.MapEntry |
addEntry(org.osgi.service.blueprint.reflect.NonNullMetadata key,
org.osgi.service.blueprint.reflect.Metadata value)
|
List<org.osgi.service.blueprint.reflect.MapEntry> |
getEntries()
|
void |
removeEntry(org.osgi.service.blueprint.reflect.MapEntry entry)
|
void |
setEntries(List<org.osgi.service.blueprint.reflect.MapEntry> entries)
|
String |
toString()
|
PropsMetadataImpl
public PropsMetadataImpl()
PropsMetadataImpl
public PropsMetadataImpl(List<org.osgi.service.blueprint.reflect.MapEntry> entries)
PropsMetadataImpl
public PropsMetadataImpl(org.osgi.service.blueprint.reflect.PropsMetadata source)
getEntries
public List<org.osgi.service.blueprint.reflect.MapEntry> getEntries()
- Specified by:
getEntries
in interface org.osgi.service.blueprint.reflect.PropsMetadata
setEntries
public void setEntries(List<org.osgi.service.blueprint.reflect.MapEntry> entries)
addEntry
public void addEntry(org.osgi.service.blueprint.reflect.MapEntry entry)
- Specified by:
addEntry
in interface MutablePropsMetadata
addEntry
public org.osgi.service.blueprint.reflect.MapEntry addEntry(org.osgi.service.blueprint.reflect.NonNullMetadata key,
org.osgi.service.blueprint.reflect.Metadata value)
- Specified by:
addEntry
in interface MutablePropsMetadata
removeEntry
public void removeEntry(org.osgi.service.blueprint.reflect.MapEntry entry)
- Specified by:
removeEntry
in interface MutablePropsMetadata
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.