| Package | Description |
|---|---|
| org.codehaus.plexus.interpolation | |
| org.codehaus.plexus.interpolation.fixed |
| Constructor | Description |
|---|---|
FixedInterpolatorValueSource(FixedStringSearchInterpolator fixedStringSearchInterpolator) |
| Modifier and Type | Method | Description |
|---|---|---|
static FixedStringSearchInterpolator |
FixedStringSearchInterpolator.create(java.lang.String startExpr,
java.lang.String endExpr,
FixedValueSource... valueSources) |
|
static FixedStringSearchInterpolator |
FixedStringSearchInterpolator.create(FixedValueSource... valueSources) |
|
static FixedStringSearchInterpolator |
FixedStringSearchInterpolator.createWithPermittedNulls(FixedValueSource... valueSources) |
|
static FixedStringSearchInterpolator |
FixedStringSearchInterpolator.empty() |
|
FixedStringSearchInterpolator |
FixedStringSearchInterpolator.withEscapeString(java.lang.String escapeString) |
|
FixedStringSearchInterpolator |
FixedStringSearchInterpolator.withExpressionMarkers(java.lang.String startExpr,
java.lang.String endExpr) |
|
FixedStringSearchInterpolator |
FixedStringSearchInterpolator.withPostProcessor(InterpolationPostProcessor postProcessor) |
Copyright © 2018. All rights reserved.