org.ops4j.pax.coin.adapter
Interface PropertiesAdapter

All Known Implementing Classes:
CommonsConfigurationPropertiesAdapter, MapPropertiesAdapter, PropertiesPropertiesAdapter

public interface PropertiesAdapter

Configuration properties adapter.

Since:
0.3.0, March 07, 2008
Author:
Alin Dreghiciu

Method Summary
 Map<String,Object> getProperties()
          Returns a map of properties.
 

Method Detail

getProperties

Map<String,Object> getProperties()
Returns a map of properties.

Returns:
configuration properties


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