public class FixedStringSearchInterpolator extends Object implements FixedValueSource
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_END_EXPR |
static String |
DEFAULT_START_EXPR |
Modifier and Type | Method and Description |
---|---|
BasicInterpolator |
asBasicInterpolator() |
static FixedStringSearchInterpolator |
create(FixedValueSource... valueSources) |
static FixedStringSearchInterpolator |
create(String startExpr,
String endExpr,
FixedValueSource... valueSources) |
static FixedStringSearchInterpolator |
createWithPermittedNulls(FixedValueSource... valueSources) |
static FixedStringSearchInterpolator |
empty() |
Object |
getValue(String realExpr,
InterpolationState interpolationState) |
String |
interpolate(String input) |
String |
interpolate(String input,
InterpolationState interpolationState) |
FixedStringSearchInterpolator |
withEscapeString(String escapeString) |
FixedStringSearchInterpolator |
withExpressionMarkers(String startExpr,
String endExpr) |
FixedStringSearchInterpolator |
withPostProcessor(InterpolationPostProcessor postProcessor) |
public static final String DEFAULT_START_EXPR
public static final String DEFAULT_END_EXPR
public static FixedStringSearchInterpolator create(String startExpr, String endExpr, FixedValueSource... valueSources)
public static FixedStringSearchInterpolator create(FixedValueSource... valueSources)
public static FixedStringSearchInterpolator createWithPermittedNulls(FixedValueSource... valueSources)
public FixedStringSearchInterpolator withExpressionMarkers(String startExpr, String endExpr)
public FixedStringSearchInterpolator withPostProcessor(InterpolationPostProcessor postProcessor)
public FixedStringSearchInterpolator withEscapeString(String escapeString)
public String interpolate(String input) throws InterpolationCycleException
InterpolationCycleException
public static FixedStringSearchInterpolator empty()
public Object getValue(String realExpr, InterpolationState interpolationState)
getValue
in interface FixedValueSource
public BasicInterpolator asBasicInterpolator()
public String interpolate(String input, InterpolationState interpolationState) throws InterpolationCycleException
InterpolationCycleException
Copyright © 2001–2021 Codehaus Plexus. All rights reserved.