Packages

case class BspConfigJson(name: String, argv: Seq[String], version: String, bspVersion: String, languages: Seq[String]) extends BspConnectionDetails with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, BspConnectionDetails, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BspConfigJson
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BspConnectionDetails
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BspConfigJson(name: String, argv: Seq[String], version: String, bspVersion: String, languages: Seq[String])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val argv: Seq[String]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bspVersion: String
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    BspConnectionDetails → AnyRef → Any
    Annotations
    @Pure()
  10. def getArgv(): List[String]
    Definition Classes
    BspConnectionDetails
    Annotations
    @NonNull() @Pure()
  11. def getBspVersion(): String
    Definition Classes
    BspConnectionDetails
    Annotations
    @NonNull() @Pure()
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getLanguages(): List[String]
    Definition Classes
    BspConnectionDetails
    Annotations
    @NonNull() @Pure()
  14. def getName(): String
    Definition Classes
    BspConnectionDetails
    Annotations
    @NonNull() @Pure()
  15. def getVersion(): String
    Definition Classes
    BspConnectionDetails
    Annotations
    @NonNull() @Pure()
  16. def hashCode(): Int
    Definition Classes
    BspConnectionDetails → AnyRef → Any
    Annotations
    @Pure()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val languages: Seq[String]
  19. val name: String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def setArgv(arg0: List[String]): Unit
    Definition Classes
    BspConnectionDetails
  24. def setBspVersion(arg0: String): Unit
    Definition Classes
    BspConnectionDetails
  25. def setLanguages(arg0: List[String]): Unit
    Definition Classes
    BspConnectionDetails
  26. def setName(arg0: String): Unit
    Definition Classes
    BspConnectionDetails
  27. def setVersion(arg0: String): Unit
    Definition Classes
    BspConnectionDetails
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    BspConnectionDetails → AnyRef → Any
    Annotations
    @Pure()
  30. val version: String
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BspConnectionDetails

Inherited from AnyRef

Inherited from Any

Ungrouped