org.apache.aries.blueprint.mutable
Interface MutablePropsMetadata
- All Superinterfaces:
- Metadata, NonNullMetadata, PropsMetadata
- All Known Implementing Classes:
- PropsMetadataImpl
public interface MutablePropsMetadata
- extends PropsMetadata
A mutable version of the PropsMetadata that allows modifications.
- Version:
- $Rev$, $Date$
addEntry
void addEntry(MapEntry entry)
addEntry
MapEntry addEntry(NonNullMetadata key,
Metadata value)
removeEntry
void removeEntry(MapEntry entry)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.