Example usage for org.apache.commons.lang3.text StrSubstitutor subclass-usage

List of usage examples for org.apache.commons.lang3.text StrSubstitutor subclass-usage

Introduction

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

Usage

From source file com.smoketurner.dropwizard.consul.config.ConsulSubstitutor.java

/**
 * A custom {@link StrSubstitutor} using Consul KV as lookup source.
 */
public class ConsulSubstitutor extends StrSubstitutor {

    public ConsulSubstitutor(@Nonnull final Consul consul) {

From source file dk.dbc.RequireSubstitution.java

/**
 *
 * @author DBC {@literal <dbc.dk>}
 */
public class RequireSubstitution extends StrSubstitutor {