org.ops4j.pax.runner
Interface Configuration

All Known Implementing Classes:
ConfigurationImpl

public interface Configuration

Abstracts accesss to runner configuration.

Since:
August 26, 2007
Author:
Alin Dreghiciu

Method Summary
 java.lang.String getProperty(java.lang.String key)
          Returns a property from configuration by key.
 java.lang.String[] getPropertyNames(java.lang.String regex)
          Returns all properties those name match the regexp.
 

Method Detail

getProperty

java.lang.String getProperty(java.lang.String key)
Returns a property from configuration by key.

Parameters:
key - key of the property
Returns:
value of property

getPropertyNames

java.lang.String[] getPropertyNames(java.lang.String regex)
Returns all properties those name match the regexp.

Parameters:
regex - regular expresion to match
Returns:
all properties that match.


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