org.ow2.util.xmlconfig.properties
Class SystemPropertyResolver

java.lang.Object
  extended by org.ow2.util.xmlconfig.properties.SystemPropertyResolver
All Implemented Interfaces:
IPropertyResolver

public class SystemPropertyResolver
extends java.lang.Object
implements IPropertyResolver

Provide an implementation of IPropertyResolver such as resolved properties are system properties.

Author:
Loris Bouzonnet

Constructor Summary
SystemPropertyResolver()
           
 
Method Summary
 java.lang.String resolve(java.lang.String propertyName)
          Get the value of a system property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemPropertyResolver

public SystemPropertyResolver()
Method Detail

resolve

public java.lang.String resolve(java.lang.String propertyName)
Get the value of a system property.

Specified by:
resolve in interface IPropertyResolver
Parameters:
propertyName - a property name
Returns:
the value


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.