Package org.apache.maven.toolchain.model
Class ToolchainModel
- java.lang.Object
-
- 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
Constructors Constructor Description ToolchainModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetConfiguration()Get the configuration field.ObjectgetProvides()Get the provides field.StringgetType()Get type of toolchain.voidsetConfiguration(Object configuration)Set the configuration field.voidsetProvides(Object provides)Set the provides field.voidsetType(String type)Set type of toolchain.
-
-
-
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-
-
-