public class Configuration extends Object implements Serializable
| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue()
Get the default value, as an expression that will be
evaluated at injection or run-time.
|
String |
getExpression()
Get parameter expression, to let user override default value
with a system property, pom property or settings property.
|
String |
getImplementation()
Get the implementation field.
|
void |
setDefaultValue(String defaultValue)
Set the default value, as an expression that will be
evaluated at injection or run-time.
|
void |
setExpression(String expression)
Set parameter expression, to let user override default value
with a system property, pom property or settings property.
|
void |
setImplementation(String implementation)
Set the implementation field.
|
public Configuration()
public String getDefaultValue()
public String getExpression()
public String getImplementation()
public void setDefaultValue(String defaultValue)
defaultValue - public void setExpression(String expression)
expression - public void setImplementation(String implementation)
implementation - Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.