|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.plugin.descriptor.model.Configuration
public class Configuration
A parameter configuration.
Constructor Summary | |
---|---|
Configuration()
|
Method Summary | |
---|---|
String |
getDefaultValue()
Get the defaultValue field. |
String |
getExpression()
Get parameter expression. |
String |
getImplementation()
Get the implementation field. |
void |
setDefaultValue(String defaultValue)
Set the defaultValue field. |
void |
setExpression(String expression)
Set parameter expression. |
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 |