Class ToolchainModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ToolchainModel
    extends java.lang.Object
    implements java.io.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
      java.lang.Object getConfiguration()
      Get the configuration field.
      java.lang.Object getProvides()
      Get the provides field.
      java.lang.String getType()
      Get type of toolchain.
      void setConfiguration​(java.lang.Object configuration)
      Set the configuration field.
      void setProvides​(java.lang.Object provides)
      Set the provides field.
      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 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 -