org.apache.maven.toolchain.model
Class ToolchainModel

java.lang.Object
  extended by org.apache.maven.toolchain.model.ToolchainModel
All Implemented Interfaces:
Serializable

public class ToolchainModel
extends Object
implements Serializable

Class ToolchainModel.

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

Constructor Summary
ToolchainModel()
           
 
Method Summary
 Object getConfiguration()
          Get the configuration field.
 String getModelEncoding()
           
 Object getProvides()
          Get the provides field.
 String getType()
          Get Type of toolchain.
 void setConfiguration(Object configuration)
          Set the configuration field.
 void setModelEncoding(String modelEncoding)
          Set an encoding used for reading/writing the model.
 void setProvides(Object provides)
          Set the provides field.
 void setType(String type)
          Set Type of toolchain.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolchainModel

public ToolchainModel()
Method Detail

getConfiguration

public Object getConfiguration()
Get the configuration field.

Returns:
Object

getProvides

public Object getProvides()
Get the provides field.

Returns:
Object

getType

public String getType()
Get Type of toolchain.

Returns:
String

setConfiguration

public void setConfiguration(Object configuration)
Set the configuration field.

Parameters:
configuration -

setProvides

public void setProvides(Object provides)
Set the provides field.

Parameters:
provides -

setType

public void setType(String type)
Set Type of toolchain.

Parameters:
type -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.


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