xsbt.boot

Launch

class Launch extends Launcher

Linear Supertypes
Launcher, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Launch
  2. Launcher
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def app(id: ApplicationID, scalaVersion: Option[String]): AppProvider

  7. def app(id: ApplicationID, version: String): AppProvider

    Definition Classes
    Launch → Launcher
  8. def appBaseDirs(scalaHome: File, id: ApplicationID): List[File]

  9. def appDirectory(base: File, id: ApplicationID): File

  10. def appHome(id: ApplicationID, scalaVersion: Option[String]): File

  11. def appModule(id: ApplicationID, scalaVersion: Option[String], getClassifiers: Boolean, tpe: String): ModuleDefinition

  12. def appProvider(appID: ApplicationID, app: RetrievedModule, scalaProvider0: ScalaProvider, appHome: File): AppProvider

  13. def appRepositories(): Array[Repository]

    Definition Classes
    Launch → Launcher
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. val bootDirectory: File

    Definition Classes
    Launch → Launcher
  16. val bootLoader: BootFilteredLoader

  17. def checkLoader[T](loader: ClassLoader, module: ModuleDefinition, testClasses: Seq[String], ifValid: T): T

  18. def checkedAppProvider(id: ApplicationID, module: RetrievedModule, scalaProvider: ScalaProvider): (Iterable[String], AppProvider)

  19. def checksums(): Array[String]

    Definition Classes
    Launch → Launcher
  20. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  21. def componentProvider(appHome: File): ComponentProvider

  22. def directory(scalaDir: File, target: UpdateTarget): File

  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  25. def existing(module: ModuleDefinition, scalaOrg: String, explicitScalaVersion: Option[String], baseDirs: (File) ⇒ List[File]): Option[RetrievedModule]

  26. final def getAppProvider(id: ApplicationID, explicitScalaVersion: Option[String], forceAppUpdate: Boolean): AppProvider

  27. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  28. def getScala(version: String, reason: String, scalaOrg: String): ScalaProvider

    Definition Classes
    Launch → Launcher
  29. def getScala(version: String, reason: String): ScalaProvider

    Definition Classes
    Launch → Launcher
  30. def getScala(version: String): ScalaProvider

    Definition Classes
    Launch → Launcher
  31. def getScalaProvider(scalaOrg: String, scalaVersion: String, reason: String, classLoader: ClassLoader): ScalaProvider

  32. def globalLock(): GlobalLock

    Definition Classes
    Launch → Launcher
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def isOverrideRepositories(): Boolean

    Definition Classes
    Launch → Launcher
  36. def ivyHome(): File

    Definition Classes
    Launch → Launcher
  37. val ivyOptions: IvyOptions

  38. def ivyRepositories(): Array[Repository]

    Definition Classes
    Launch → Launcher
  39. def jansiLoader(parent: ClassLoader): ClassLoader

  40. val lockBoot: Boolean

  41. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  44. def scalaDirs(module: ModuleDefinition, scalaOrg: String, scalaVersion: String): (File, File)

  45. def scalaHome(scalaOrg: String, scalaVersion: Option[String]): File

  46. def scalaModule(org: String, version: String): ModuleDefinition

  47. def scalaProvider(scalaVersion: String, module: RetrievedModule, parentLoader: ClassLoader, scalaLibDir: File): ScalaProvider

  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. def topLoader(): ClassLoader

    Definition Classes
    Launch → Launcher
  51. def update(mm: ModuleDefinition, reason: String): (Option[String], Option[String])

    Returns the resolved appVersion (if this was an App), as well as the scalaVersion.

  52. val updateLockFile: Option[File]

  53. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Launcher

Inherited from AnyRef

Inherited from Any

Ungrouped