Uses of Interface
org.ow2.util.xmlconfig.properties.IPropertyResolver

Packages that use IPropertyResolver
org.ow2.util.xmlconfig   
org.ow2.util.xmlconfig.properties   
 

Uses of IPropertyResolver in org.ow2.util.xmlconfig
 

Methods in org.ow2.util.xmlconfig that return IPropertyResolver
 IPropertyResolver XMLConfiguration.getPropertyResolver()
           
 

Methods in org.ow2.util.xmlconfig with parameters of type IPropertyResolver
 void XMLConfiguration.setPropertyResolver(IPropertyResolver propertyResolver)
          Set the property resolver.
 

Uses of IPropertyResolver in org.ow2.util.xmlconfig.properties
 

Classes in org.ow2.util.xmlconfig.properties that implement IPropertyResolver
 class SystemPropertyResolver
          Provide an implementation of IPropertyResolver such as resolved properties are system properties.
 

Methods in org.ow2.util.xmlconfig.properties with parameters of type IPropertyResolver
static java.lang.String PropertyResolverHelper.resolve(IPropertyResolver propertyResolver, java.lang.String propertyValue)
          Resolve a property with a given instance of IPropertyResolver.
 



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