Package csw.framework

Class BuildInfo$

java.lang.Object
csw.framework.BuildInfo$
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class BuildInfo$ extends Object implements scala.Product, Serializable
This object was generated by sbt-buildinfo.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final BuildInfo$
    Static reference to the singleton instance of this Scala object.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    The value is "csw-framework".
     
    The value is "5.0.1".

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Field Details

    • MODULE$

      public static final BuildInfo$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • BuildInfo$

      public BuildInfo$()
  • Method Details

    • name

      public String name()
      The value is "csw-framework".
    • version

      public String version()
      The value is "5.0.1".
    • toString

      public String toString()
      Overrides:
      toString in class Object