Package org.apache.maven.toolchain.model
Class ToolchainModel
java.lang.Object
org.apache.maven.toolchain.model.ToolchainModel
- All Implemented Interfaces:
Serializable
Class ToolchainModel.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the configuration field.Get the provides field.getType()Get type of toolchain.voidsetConfiguration(Object configuration) Set the configuration field.voidsetProvides(Object provides) Set the provides field.voidSet type of toolchain.
-
Constructor Details
-
ToolchainModel
public ToolchainModel()
-
-
Method Details
-
getConfiguration
Get the configuration field.- Returns:
- Object
-
getProvides
Get the provides field.- Returns:
- Object
-
getType
Get type of toolchain.- Returns:
- String
-
setConfiguration
Set the configuration field.- Parameters:
configuration- a configuration object.
-
setProvides
Set the provides field.- Parameters:
provides- a provides object.
-
setType
Set type of toolchain.- Parameters:
type- a type object.
-