Example usage for org.apache.commons.lang.text StrLookup subclass-usage

List of usage examples for org.apache.commons.lang.text StrLookup subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang.text StrLookup subclass-usage.

Usage

From source file org.seedstack.seed.core.internal.application.EnvLookup.java

/**
 * This class resolve environment interpolations.
 *
 * @author adrien.lauer@mpsa.com
 */
@ConfigurationLookup("env")

From source file org.seedstack.seed.core.internal.application.StorageLookup.java

/**
 * This class creates a Seed local storage subdirectory and resolves to it.
 *
 * @author adrien.lauer@mpsa.com
 */
@ConfigurationLookup("storage")

From source file io.zipi.common.config.EnvLookup.java

/**
 * Allows users to AesEncrypt their properties in apiman.properties.
 *
 * @author eric.wittmann@redhat.com
 */
public class EnvLookup extends StrLookup {

From source file io.apiman.common.config.EnvLookup.java

/**
 * Allows users to AesEncrypt their properties in apiman.properties.
 *
 * @author eric.wittmann@redhat.com
 */
public class EnvLookup extends StrLookup {

From source file io.apiman.gateway.engine.util.ApimanStrLookup.java

/**
 * A simple string lookup class that supports system properties and environment
 * variables.
 *
 * @author eric.wittmann@redhat.com
 */

From source file io.zipi.common.config.CryptLookup.java

/**
 * Allows users to AesEncrypt their properties in apiman.properties.
 *
 * @author eric.wittmann@redhat.com
 */
public class CryptLookup extends StrLookup {

From source file io.apiman.common.config.CryptLookup.java

/**
 * Allows users to AesEncrypt their properties in apiman.properties.
 *
 * @author eric.wittmann@redhat.com
 */
public class CryptLookup extends StrLookup {

From source file io.zipi.common.config.VaultLookup.java

/**
 * Allows users to lookup strings from the vault and use them in the
 * apiman.properties file.
 *
 * @author eric.wittmann@redhat.com
 */

From source file io.apiman.common.config.VaultLookup.java

/**
 * Allows users to lookup strings from the vault and use them in the
 * apiman.properties file.
 *
 * @author eric.wittmann@redhat.com
 */

From source file org.overlord.commons.config.crypt.CryptLookup.java

/**
 * Implements config property interpolation of type "crypt". This allows to
 * decrypt the value using an aes decrypter
 * 
 * @author David Virgil Naranjo
 */