org.apache.maven.plugin.descriptor.model
Class Configuration

java.lang.Object
  extended by org.apache.maven.plugin.descriptor.model.Configuration
All Implemented Interfaces:
Serializable

public class Configuration
extends Object
implements Serializable

A parameter configuration.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

Configuration

public Configuration()
Method Detail

getDefaultValue

public String getDefaultValue()
Get the defaultValue field.

Returns:
String

getExpression

public String getExpression()
Get parameter expression.

Returns:
String

getImplementation

public String getImplementation()
Get the implementation field.

Returns:
String

setDefaultValue

public void setDefaultValue(String defaultValue)
Set the defaultValue field.

Parameters:
defaultValue -

setExpression

public void setExpression(String expression)
Set parameter expression.

Parameters:
expression -

setImplementation

public void setImplementation(String implementation)
Set the implementation field.

Parameters:
implementation -


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.