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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object configuration
      Field configuration.
      private java.lang.Object provides
      Field provides.
      private java.lang.String type
      Type of toolchain.
    • 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
    • Field Detail

      • type

        private java.lang.String type
        Type of toolchain.
      • provides

        private java.lang.Object provides
        Field provides.
      • configuration

        private java.lang.Object configuration
        Field configuration.
    • 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 - a configuration object.
      • setProvides

        public void setProvides​(java.lang.Object provides)
        Set the provides field.
        Parameters:
        provides - a provides object.
      • setType

        public void setType​(java.lang.String type)
        Set type of toolchain.
        Parameters:
        type - a type object.