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)
  3. new JavaHome(cache: Option[JvmCache], installIfNeeded: Boolean, getEnv: Option[(String) ⇒ Option[String]], os: String, commandOutput: CommandOutput, pathExtensions: Option[Seq[String]], allowSystem: Boolean, update: Boolean, noUpdateCache: Option[JvmCache])

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 getIfInstalled(id: String): Task[Option[File]]
  20. def getWithRetainedId(id: String): Task[(String, File)]
  21. def getWithRetainedIdIfInstalled(id: String): Task[Option[(String, File)]]
  22. def hashCode(): Int
    Definition Classes
    JavaHome → AnyRef → Any
  23. val installIfNeeded: Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def javaBin(id: String): Task[Path]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. val noUpdateCache: Option[JvmCache]
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  30. val os: String
  31. val pathExtensions: Option[Seq[String]]
  32. def productArity: Int
    Definition Classes
    JavaHome → Product
  33. def productElement(n: Int): Any
    Definition Classes
    JavaHome → Product
  34. def productIterator: Iterator[Any]
    Definition Classes
    Product
  35. def productPrefix: String
    Definition Classes
    JavaHome → Product
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def system(): Task[Option[File]]
  38. def toString(): String
    Definition Classes
    JavaHome → AnyRef → Any
  39. val update: Boolean
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. def withAllowSystem(allowSystem: Boolean): JavaHome
  44. def withCache(cache: Option[JvmCache]): JavaHome
  45. def withCache(cache: JvmCache): JavaHome
  46. def withCommandOutput(commandOutput: CommandOutput): JavaHome
  47. def withCoursierCache(cache: Cache[Task]): JavaHome
  48. def withGetEnv(getEnv: Option[(String) ⇒ Option[String]]): JavaHome
  49. def withInstallIfNeeded(installIfNeeded: Boolean): JavaHome
  50. def withJvmCacheLogger(logger: JvmCacheLogger): JavaHome
  51. def withNoUpdateCache(noUpdateCache: Option[JvmCache]): JavaHome
  52. def withOs(os: String): JavaHome
  53. def withPathExtensions(pathExtensions: Option[Seq[String]]): JavaHome
  54. def withUpdate(update: Boolean): JavaHome

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped