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: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $
addEntry
void addEntry(MapEntry entry)
addEntry
MapEntry addEntry(NonNullMetadata key,
Metadata value)
removeEntry
void removeEntry(MapEntry entry)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.