Example usage for org.apache.commons.configuration2.interpol Lookup interface-usage

List of usage examples for org.apache.commons.configuration2.interpol Lookup interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.configuration2.interpol Lookup interface-usage.

Usage

From source file org.craftercms.commons.config.DecryptionLookup.java

/**
 * Implementation of {@code Lookup} that decrypts the variable.
 *
 * @author avasquez
 */
public class DecryptionLookup implements Lookup {