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], 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( ... ) @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[_]
    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 productIterator: Iterator[Any]
    Definition Classes
    Product
  34. def productPrefix: String
    Definition Classes
    JavaHome → Product
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def system(): Task[Option[File]]
  37. def toString(): String
    Definition Classes
    JavaHome → AnyRef → Any
  38. val update: Boolean
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  42. def withAllowSystem(allowSystem: Boolean): JavaHome
  43. def withArchiveCache(archiveCache: ArchiveCache[Task]): JavaHome
  44. def withCache(cache: Option[JvmCache]): JavaHome
  45. def withCache(cache: JvmCache): JavaHome
  46. def withCommandOutput(commandOutput: CommandOutput): JavaHome
  47. def withGetEnv(getEnv: Option[(String) ⇒ Option[String]]): JavaHome
  48. def withNoUpdateCache(noUpdateCache: Option[JvmCache]): JavaHome
  49. def withOs(os: String): JavaHome
  50. def withPathExtensions(pathExtensions: Option[Seq[String]]): JavaHome
  51. def withUpdate(update: Boolean): JavaHome

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped