final class InstallDir extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InstallDir
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InstallDir()
- new InstallDir(baseDir: Path, cache: Cache[Task])
- new InstallDir(baseDir: Path, cache: Cache[Task], verbosity: Int, graalvmParamsOpt: Option[GraalvmParams], coursierRepositories: Seq[core.Repository], platform: Option[String], platformExtensions: Seq[String], os: String, nativeImageJavaHome: Option[(String) ⇒ Task[File]], onlyPrebuilt: Boolean, preferPrebuilt: Boolean, basePreamble: Preamble)
- new InstallDir(baseDir: Path, cache: Cache[Task], verbosity: Int, graalvmParamsOpt: Option[GraalvmParams], coursierRepositories: Seq[core.Repository], platform: Option[String], platformExtensions: Seq[String], os: String, nativeImageJavaHome: Option[(String) ⇒ Task[File]], onlyPrebuilt: Boolean, preferPrebuilt: Boolean, basePreamble: Preamble, overrideProguardedBootstraps: Option[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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseDir: Path
- val basePreamble: Preamble
- val cache: Cache[Task]
-
def
canEqual(obj: Any): Boolean
- Definition Classes
- InstallDir → Equals
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val coursierRepositories: Seq[core.Repository]
- def createOrUpdate(appInfo: AppInfo, currentTime: Instant, force: Boolean): Option[Boolean]
- def createOrUpdate(appInfo: AppInfo, currentTime: Instant): Option[Boolean]
- def createOrUpdate(appInfo: AppInfo): Option[Boolean]
- def delete(appName: String): Option[Boolean]
- def envUpdate: EnvironmentUpdate
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- InstallDir → Equals → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val graalvmParamsOpt: Option[GraalvmParams]
-
def
hashCode(): Int
- Definition Classes
- InstallDir → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def list(): Seq[String]
- def maybeUpdate(name: String, update: (Source) ⇒ Task[Option[(String, Array[Byte])]], currentTime: Instant = java.time.Instant.now(), force: Boolean = false): Task[Option[Boolean]]
- val nativeImageJavaHome: Option[(String) ⇒ Task[File]]
-
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 onlyPrebuilt: Boolean
- val os: String
- val overrideProguardedBootstraps: Option[Boolean]
- val platform: Option[String]
- val platformExtensions: Seq[String]
- val preferPrebuilt: Boolean
-
def
productArity: Int
- Definition Classes
- InstallDir → Product
-
def
productElement(n: Int): Any
- Definition Classes
- InstallDir → Product
-
def
productIterator: Iterator[Any]
- Definition Classes
- Product
-
def
productPrefix: String
- Definition Classes
- InstallDir → Product
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- InstallDir → AnyRef → Any
- val verbosity: Int
-
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 withBaseDir(baseDir: Path): InstallDir
- def withBasePreamble(basePreamble: Preamble): InstallDir
- def withCache(cache: Cache[Task]): InstallDir
- def withCoursierRepositories(coursierRepositories: Seq[core.Repository]): InstallDir
- def withGraalvmParamsOpt(graalvmParamsOpt: Option[GraalvmParams]): InstallDir
- def withNativeImageJavaHome(nativeImageJavaHome: Option[(String) ⇒ Task[File]]): InstallDir
- def withOnlyPrebuilt(onlyPrebuilt: Boolean): InstallDir
- def withOs(os: String): InstallDir
- def withOverrideProguardedBootstraps(overrideProguardedBootstraps: Option[Boolean]): InstallDir
- def withPlatform(platform: Option[String]): InstallDir
- def withPlatformExtensions(platformExtensions: Seq[String]): InstallDir
- def withPreferPrebuilt(preferPrebuilt: Boolean): InstallDir
- def withVerbosity(verbosity: Int): InstallDir