final class JvmCache extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JvmCache
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JvmCache()
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val architecture: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseDirectory: File
- val cache: Cache[Task]
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- JvmCache → Equals
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val currentTime: () ⇒ Instant
- val defaultJdkNameOpt: Option[String]
- val defaultLogger: Option[JvmCacheLogger]
- val defaultVersionOpt: Option[String]
- def delete(id: String, logger: Option[JvmCacheLogger]): Task[Option[Boolean]]
- def delete(id: String): Task[Option[Boolean]]
- def directory(id: String): File
- def directory(entry: JvmIndexEntry): File
- val durationBetweenChecks: FiniteDuration
- def entry(id: String): Task[Either[String, JvmIndexEntry]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- JvmCache → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get(id: String, installIfNeeded: Boolean): Task[File]
- def get(id: String): Task[File]
- def get(entry: JvmIndexEntry): Task[File]
- def get(entry: JvmIndexEntry, logger: Option[JvmCacheLogger]): Task[File]
- def get(entry: JvmIndexEntry, logger: Option[JvmCacheLogger], installIfNeeded: Boolean): Task[File]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getIfInstalled(id: String): Task[Option[(String, File)]]
- val handleLoggerLifecycle: Boolean
-
def
hashCode(): Int
- Definition Classes
- JvmCache → AnyRef → Any
- def idOf(javaHome: File): Option[String]
- val index: Option[Task[JvmIndex]]
- def installed(): Task[Seq[String]]
- def installedEntry(id: String): Task[Either[String, JvmIndexEntry]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxWaitDuration: Option[Duration]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val os: String
-
def
productArity: Int
- Definition Classes
- JvmCache → Product
-
def
productElement(n: Int): Any
- Definition Classes
- JvmCache → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- JvmCache → Product
- val scheduledExecutor: Option[ScheduledExecutorService]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- JvmCache → AnyRef → Any
- val unArchiver: UnArchiver
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withArchitecture(architecture: String): JvmCache
- def withBaseDirectory(baseDirectory: File): JvmCache
- def withCache(cache: Cache[Task]): JvmCache
- def withCurrentTime(currentTime: () ⇒ Instant): JvmCache
- def withDefaultIndex: JvmCache
- def withDefaultJdkNameOpt(defaultJdkNameOpt: Option[String]): JvmCache
- def withDefaultLogger(defaultLogger: Option[JvmCacheLogger]): JvmCache
- def withDefaultLogger(logger: JvmCacheLogger): JvmCache
- def withDefaultVersionOpt(defaultVersionOpt: Option[String]): JvmCache
- def withDurationBetweenChecks(durationBetweenChecks: FiniteDuration): JvmCache
- def withHandleLoggerLifecycle(handleLoggerLifecycle: Boolean): JvmCache
- def withIndex(index: Option[Task[JvmIndex]]): JvmCache
- def withIndex(indexUrl: String): JvmCache
- def withIndex(index: Task[JvmIndex]): JvmCache
- def withIndexChannel(repositories: Seq[Repository], indexChannel: JvmChannel): JvmCache
- def withMaxWaitDuration(maxWaitDuration: Option[Duration]): JvmCache
- def withOs(os: String): JvmCache
- def withScheduledExecutor(scheduledExecutor: Option[ScheduledExecutorService]): JvmCache
- def withUnArchiver(unArchiver: UnArchiver): JvmCache