Packages

final class JavaHome extends Product with Serializable

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

Instance Constructors

  1. new JavaHome()
  2. new JavaHome(cache: Option[JvmCache], getEnv: Option[(String) => Option[String]], os: String, commandOutput: CommandOutput, pathExtensions: Option[Seq[String]], allowSystem: Boolean)
  3. new JavaHome(cache: Option[JvmCache], 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(classOf[java.lang.CloneNotSupportedException]) @native()
  9. val commandOutput: CommandOutput
  10. def default(): Task[File]
  11. def environmentFor(isSystem: Boolean, 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[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val getEnv: Option[(String) => Option[String]]
  19. def getIfInstalled(id: String): Task[Option[File]]
  20. def getWithIsSystem(id: String): Task[(Boolean, File)]
  21. def getWithIsSystemIfInstalled(id: String): Task[Option[(Boolean, File)]]
  22. def hashCode(): Int
    Definition Classes
    JavaHome → AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def javaBin(id: String): Task[Path]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. val noUpdateCache: Option[JvmCache]
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val os: String
  30. val pathExtensions: Option[Seq[String]]
  31. def productArity: Int
    Definition Classes
    JavaHome → Product
  32. def productElement(n: Int): Any
    Definition Classes
    JavaHome → Product
  33. def productElementName(n: Int): String
    Definition Classes
    JavaHome → Product
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def productIterator: Iterator[Any]
    Definition Classes
    Product
  36. def productPrefix: String
    Definition Classes
    JavaHome → Product
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def system(): Task[Option[File]]
  39. def toString(): String
    Definition Classes
    JavaHome → AnyRef → Any
  40. val update: Boolean
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. def withAllowSystem(allowSystem: Boolean): JavaHome
  45. def withArchiveCache(archiveCache: ArchiveCache[Task]): JavaHome
  46. def withCache(cache: Option[JvmCache]): JavaHome
  47. def withCache(cache: JvmCache): JavaHome
  48. def withCommandOutput(commandOutput: CommandOutput): JavaHome
  49. def withGetEnv(getEnv: Option[(String) => Option[String]]): JavaHome
  50. def withNoUpdateCache(noUpdateCache: Option[JvmCache]): JavaHome
  51. def withOs(os: String): JavaHome
  52. def withPathExtensions(pathExtensions: Option[Seq[String]]): JavaHome
  53. def withUpdate(update: Boolean): JavaHome

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped