final class JvmCache extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JvmCache
  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 JvmCache()
  2. new JvmCache(baseDirectory: File, cache: Cache[Task], os: String, architecture: String, defaultJdkNameOpt: Option[String], defaultVersionOpt: Option[String], defaultLogger: Option[JvmCacheLogger], index: Option[Task[JvmIndex]], maxWaitDuration: Option[Duration], durationBetweenChecks: FiniteDuration, scheduledExecutor: Option[ScheduledExecutorService], currentTime: () ⇒ Instant, unArchiver: UnArchiver, handleLoggerLifecycle: 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 architecture: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val baseDirectory: File
  7. val cache: Cache[Task]
  8. def canEqual(obj: Any): Boolean
    Definition Classes
    JvmCache → Equals
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val currentTime: () ⇒ Instant
  11. val defaultJdkNameOpt: Option[String]
  12. val defaultLogger: Option[JvmCacheLogger]
  13. val defaultVersionOpt: Option[String]
  14. def delete(id: String, logger: Option[JvmCacheLogger]): Task[Option[Boolean]]
  15. def delete(id: String): Task[Option[Boolean]]
  16. def directory(id: String): File
  17. def directory(entry: JvmIndexEntry): File
  18. val durationBetweenChecks: FiniteDuration
  19. def entry(id: String): Task[Either[String, JvmIndexEntry]]
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(obj: Any): Boolean
    Definition Classes
    JvmCache → Equals → AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. def get(id: String, installIfNeeded: Boolean): Task[File]
  24. def get(id: String): Task[File]
  25. def get(entry: JvmIndexEntry): Task[File]
  26. def get(entry: JvmIndexEntry, logger: Option[JvmCacheLogger]): Task[File]
  27. def get(entry: JvmIndexEntry, logger: Option[JvmCacheLogger], installIfNeeded: Boolean): Task[File]
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def getIfInstalled(id: String): Task[Option[(String, File)]]
  30. val handleLoggerLifecycle: Boolean
  31. def hashCode(): Int
    Definition Classes
    JvmCache → AnyRef → Any
  32. def idOf(javaHome: File): Option[String]
  33. val index: Option[Task[JvmIndex]]
  34. def installed(): Task[Seq[String]]
  35. def installedEntry(id: String): Task[Either[String, JvmIndexEntry]]
  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. val maxWaitDuration: Option[Duration]
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. val os: String
  42. def productArity: Int
    Definition Classes
    JvmCache → Product
  43. def productElement(n: Int): Any
    Definition Classes
    JvmCache → Product
  44. def productIterator: Iterator[Any]
    Definition Classes
    Product
  45. def productPrefix: String
    Definition Classes
    JvmCache → Product
  46. val scheduledExecutor: Option[ScheduledExecutorService]
  47. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    JvmCache → AnyRef → Any
  49. val unArchiver: UnArchiver
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  53. def withArchitecture(architecture: String): JvmCache
  54. def withBaseDirectory(baseDirectory: File): JvmCache
  55. def withCache(cache: Cache[Task]): JvmCache
  56. def withCurrentTime(currentTime: () ⇒ Instant): JvmCache
  57. def withDefaultIndex: JvmCache
  58. def withDefaultJdkNameOpt(defaultJdkNameOpt: Option[String]): JvmCache
  59. def withDefaultLogger(defaultLogger: Option[JvmCacheLogger]): JvmCache
  60. def withDefaultLogger(logger: JvmCacheLogger): JvmCache
  61. def withDefaultVersionOpt(defaultVersionOpt: Option[String]): JvmCache
  62. def withDurationBetweenChecks(durationBetweenChecks: FiniteDuration): JvmCache
  63. def withHandleLoggerLifecycle(handleLoggerLifecycle: Boolean): JvmCache
  64. def withIndex(index: Option[Task[JvmIndex]]): JvmCache
  65. def withIndex(indexUrl: String): JvmCache
  66. def withIndex(index: Task[JvmIndex]): JvmCache
  67. def withIndexChannel(repositories: Seq[Repository], indexChannel: JvmChannel): JvmCache
  68. def withMaxWaitDuration(maxWaitDuration: Option[Duration]): JvmCache
  69. def withOs(os: String): JvmCache
  70. def withScheduledExecutor(scheduledExecutor: Option[ScheduledExecutorService]): JvmCache
  71. def withUnArchiver(unArchiver: UnArchiver): JvmCache

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped