OSGi™ Service Platform
Release 4 Version 4.2

org.osgi.service.blueprint.reflect
Interface PropsMetadata

All Superinterfaces:
Metadata, NonNullMetadata

public interface PropsMetadata
extends NonNullMetadata

Metadata for a java.util.Properties based value.

The MapEntry objects of properties are defined with keys and values of type String.

This is specified by the props element.

ThreadSafe

Method Summary
 java.util.List<MapEntry> getEntries()
          Return the entries for the properties.
 

Method Detail

getEntries

java.util.List<MapEntry> getEntries()
Return the entries for the properties.

Returns:
An immutable List of MapEntry objects for each entry in the properties. The List is empty if no entries are specified for the properties.

OSGi™ Service Platform
Release 4 Version 4.2

Copyright © OSGi Alliance (2000, 2010). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0