org.apache.maven.toolchain.model
Class ToolchainModel

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

public class ToolchainModel
extends java.lang.Object
implements java.io.Serializable

null

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

Constructor Summary
ToolchainModel()
           
 
Method Summary
 java.lang.Object getConfiguration()
          Get null
 java.lang.String getModelEncoding()
           
 java.lang.Object getProvides()
          Get null
 java.lang.String getType()
          Get Type of toolchain
 void setConfiguration(java.lang.Object configuration)
          Set null
 void setModelEncoding(java.lang.String modelEncoding)
           
 void setProvides(java.lang.Object provides)
          Set null
 void setType(java.lang.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 java.lang.Object getConfiguration()
Get null


getProvides

public java.lang.Object getProvides()
Get null


getType

public java.lang.String getType()
Get Type of toolchain


setConfiguration

public void setConfiguration(java.lang.Object configuration)
Set null

Parameters:
configuration -

setProvides

public void setProvides(java.lang.Object provides)
Set null

Parameters:
provides -

setType

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

Parameters:
type -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.