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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the configuration field.Get the provides field.getType()
Get type of toolchain.void
setConfiguration
(Object configuration) Set the configuration field.void
setProvides
(Object provides) Set the provides field.void
Set type of toolchain.
-
Field Details
-
type
Type of toolchain. -
provides
Field provides. -
configuration
Field configuration.
-
-
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.
-