Packages

final class JavaHome extends Product with Serializable

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

Instance Constructors

  1. new JavaHome()
  2. new JavaHome(cache: Option[JvmCache], installIfNeeded: Boolean, getEnv: Option[(String) ⇒ Option[String]], os: String, commandOutput: CommandOutput, pathExtensions: Option[Seq[String]], allowSystem: Boolean)

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 allowSystem: Boolean
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val cache: Option[JvmCache]
  7. def canEqual(obj: Any): Boolean
    Definition Classes
    JavaHome → Equals
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val commandOutput: CommandOutput
  10. def default(): Task[File]
  11. def environmentFor(id: String, home: File): EnvironmentUpdate
  12. def environmentFor(id: String): Task[EnvironmentUpdate]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    JavaHome → Equals → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(id: String): Task[File]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val getEnv: Option[(String) ⇒ Option[String]]
  19. def getWithRetainedId(id: String): Task[(String, File)]
  20. def hashCode(): Int
    Definition Classes
    JavaHome → AnyRef → Any
  21. val installIfNeeded: Boolean
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def javaBin(id: String): Task[Path]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val os: String
  28. val pathExtensions: Option[Seq[String]]
  29. def productArity: Int
    Definition Classes
    JavaHome → Product
  30. def productElement(n: Int): Any
    Definition Classes
    JavaHome → Product
  31. def productIterator: Iterator[Any]
    Definition Classes
    Product
  32. def productPrefix: String
    Definition Classes
    JavaHome → Product
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def system(): Task[Option[File]]
  35. def toString(): String
    Definition Classes
    JavaHome → AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. def withAllowSystem(allowSystem: Boolean): JavaHome
  40. def withCache(cache: Option[JvmCache]): JavaHome
  41. def withCache(cache: JvmCache): JavaHome
  42. def withCommandOutput(commandOutput: CommandOutput): JavaHome
  43. def withCoursierCache(cache: Cache[Task]): JavaHome
  44. def withGetEnv(getEnv: Option[(String) ⇒ Option[String]]): JavaHome
  45. def withInstallIfNeeded(installIfNeeded: Boolean): JavaHome
  46. def withJvmCacheLogger(logger: JvmCacheLogger): JavaHome
  47. def withOs(os: String): JavaHome
  48. def withPathExtensions(pathExtensions: Option[Seq[String]]): JavaHome

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped