@Deprecated public interface ModelInterpolator
Modifier and Type | Field and Description |
---|---|
static String |
BUILD_TIMESTAMP_FORMAT_PROPERTY
Deprecated.
|
static String |
DEFAULT_BUILD_TIMESTAMP_FORMAT
Deprecated.
|
static String |
ROLE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Model |
interpolate(Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
Model |
interpolate(Model project,
Map<String,?> context)
Deprecated.
|
Model |
interpolate(Model model,
Map<String,?> context,
boolean strict)
Deprecated.
|
String |
interpolate(String src,
Model model,
File projectDir,
ProjectBuilderConfiguration config,
boolean debugEnabled)
Deprecated.
|
static final String DEFAULT_BUILD_TIMESTAMP_FORMAT
static final String BUILD_TIMESTAMP_FORMAT_PROPERTY
static final String ROLE
Model interpolate(Model project, Map<String,?> context) throws ModelInterpolationException
interpolate(Model, File, ProjectBuilderConfiguration, boolean)
instead.ModelInterpolationException
Model interpolate(Model model, Map<String,?> context, boolean strict) throws ModelInterpolationException
interpolate(Model, File, ProjectBuilderConfiguration, boolean)
instead.ModelInterpolationException
Model interpolate(Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException
ModelInterpolationException
String interpolate(String src, Model model, File projectDir, ProjectBuilderConfiguration config, boolean debugEnabled) throws ModelInterpolationException
ModelInterpolationException
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.