Java org.apache.commons.configuration.interpol ConfigurationInterpolator fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration.interpol ConfigurationInterpolator fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.configuration.interpol ConfigurationInterpolator.

The text is from its open source code.

Method

StrLookupgetDefaultLookup()
Returns the default lookup object.
voidregisterGlobalLookup(String prefix, StrLookup lookup)
Registers the given lookup object for the specified prefix globally.
voidregisterLookup(String prefix, StrLookup lookup)
Registers the given lookup object for the specified prefix at this instance.
voidsetDefaultLookup(StrLookup defaultLookup)
Sets the default lookup object.