| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.descriptor.model.Configuration
public class Configuration
A parameter configuration.
| Constructor Summary | |
|---|---|
Configuration()
 | 
|
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Configuration()
| Method Detail | 
|---|
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 - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||