object InstallDir extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InstallDir
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final class CannotReadAppDescriptionInLauncher extends InstallDirException
- final class DownloadError extends InstallDirException
- sealed abstract class InstallDirException extends Exception
- final class LauncherNotFound extends InstallDirException
- final class NoMainClassFound extends InstallDirException
- final class NoPrebuiltBinaryAvailable extends InstallDirException
- final class NoScalaVersionFound extends InstallDirException
- final class NotAnApplication extends InstallDirException
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
- def apply(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]): InstallDir
- def apply(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): InstallDir
- def apply(baseDir: Path, cache: Cache[Task]): InstallDir
- def apply(): InstallDir
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def auxName(name: String, auxExtension: String): String
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def defaultDir: Path
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- 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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val isInstalledLauncherEnvVar: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val isJvmLauncherEnvVar: String
- val isNativeLauncherEnvVar: String
-
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()
- def platform(): Option[String]
- def platform(os: String, arch: String): Option[String]
- def platformExtensions(): Seq[String]
- def platformExtensions(os: String): Seq[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
Deprecated Value Members
-
def
platform(os: String): Option[String]
- Annotations
- @deprecated
- Deprecated
(Since version 2.0.10) Use the override accepting two arguments instead