Package org.apache.maven.toolchain.model
Class ToolchainModel
- java.lang.Object
-
- org.apache.maven.toolchain.model.ToolchainModel
-
- All Implemented Interfaces:
java.io.Serializable
public class ToolchainModel extends java.lang.Object implements java.io.SerializableClass ToolchainModel.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ObjectconfigurationField configuration.private java.lang.ObjectprovidesField provides.private java.lang.StringtypeType of toolchain.
-
Constructor Summary
Constructors Constructor Description ToolchainModel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetConfiguration()Get the configuration field.java.lang.ObjectgetProvides()Get the provides field.java.lang.StringgetType()Get type of toolchain.voidsetConfiguration(java.lang.Object configuration)Set the configuration field.voidsetProvides(java.lang.Object provides)Set the provides field.voidsetType(java.lang.String type)Set type of toolchain.
-
-
-
Method Detail
-
getConfiguration
public java.lang.Object getConfiguration()
Get the configuration field.- Returns:
- Object
-
getProvides
public java.lang.Object getProvides()
Get the provides field.- Returns:
- Object
-
getType
public java.lang.String getType()
Get type of toolchain.- Returns:
- String
-
setConfiguration
public void setConfiguration(java.lang.Object configuration)
Set the configuration field.- Parameters:
configuration-
-
setProvides
public void setProvides(java.lang.Object provides)
Set the provides field.- Parameters:
provides-
-
setType
public void setType(java.lang.String type)
Set type of toolchain.- Parameters:
type-
-
-