Packages

object JvmChannel extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JvmChannel
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final class FromFile extends JvmChannel with Product with Serializable
  2. final class FromModule extends JvmChannel with Product with Serializable
  3. final class FromUrl extends JvmChannel with Product with Serializable

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def central(): FromModule
  6. def central(os: String, arch: String): FromModule
  7. def centralLegacyModule: core.Module
  8. def centralModule(): core.Module
  9. def centralModule(os: String, arch: String): core.Module
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. lazy val currentArchitecture: Either[String, String]
  12. lazy val currentOs: Either[String, String]
  13. def default(): JvmChannel
  14. def default(os: String, arch: String): JvmChannel
  15. def defaultArchitecture(): String
  16. def defaultOs(): String
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  21. def gitHub(): FromUrl
  22. def gitHubIndexUrl: String
  23. def handleAliases(indexName: String): String
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def module(module: core.Module, version: String): FromModule
  27. def module(module: core.Module): FromModule
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. def parse(s: String, fs: FileSystem): Either[String, JvmChannel]
  32. def parse(s: String): Either[String, JvmChannel]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def url(url: String): FromUrl
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. object FromFile extends Serializable
  40. object FromModule extends Serializable
  41. object FromUrl extends Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped