org.ops4j.pax.coin.spi
Interface Config

All Known Implementing Classes:
ConfigImpl

public interface Config

Configuration.

Since:
0.3.0, February 26, 2008
Author:
Alin Dreghiciu

Method Summary
 String getId()
          Configuration item identifier.
 Map<String,Object> getProperties()
          Configuration properties.
 

Method Detail

getId

String getId()
Configuration item identifier. Cannot be null.
If the configuration group is targeting a managed service, the id must be equal with the id of the group.

Returns:
unique identifier within a configuration group

getProperties

Map<String,Object> getProperties()
Configuration properties. Cannot be null.

Returns:
configuration properties


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.