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: 867839 $ $Date: 2013-06-30 00:08:39 +0000 (Sun, 30 Jun 2013) $
See Also:
Serialized Form

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

Configuration

public Configuration()
Method Detail

getDefaultValue

public String getDefaultValue()
Get the default value, as an expression that will be evaluated at injection or run-time.

Returns:
String

getExpression

public String getExpression()
Get parameter expression, to let user override default value with a system property, pom property or settings property.

Returns:
String

getImplementation

public String getImplementation()
Get the implementation field.

Returns:
String

setDefaultValue

public void setDefaultValue(String defaultValue)
Set the default value, as an expression that will be evaluated at injection or run-time.

Parameters:
defaultValue -

setExpression

public void setExpression(String expression)
Set parameter expression, to let user override default value with a system property, pom property or settings property.

Parameters:
expression -

setImplementation

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

Parameters:
implementation -


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.