object Launcher
- Alphabetic
- By Inheritance
- Launcher
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class Configs(launcherConfig: LauncherConfig, profileConfig: Option[LocalProfile] = None) extends Product with Serializable
- case class InstalledBundle(jarBundle: BundleConfig, bundle: Bundle) extends Product with Serializable
- class RunningFramework extends AnyRef
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(configFile: File): Launcher
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val extraStartBundles: List[String]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def main(args: Array[String]): Unit
Entry point of the launcher application.
Entry point of the launcher application.
This methods will explicitly exit the VM!
- 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 readConfigs(cmdline: Cmdline): Configs
Parse the command line and wrap the result into a Configs object.
Parse the command line and wrap the result into a Configs object.
We support three types of config files: - LauncherConfig - A direct config denoting all properties and bundles - blended.updater.config.ProfileRef - given as explicit file or directory where a
profile.confis located - blended.updater.config.ProfileLookup - a config files with holds some information about JVM system properties and a reference to the blended.updater.config.ProfileRef locationAll resources referenced by the config files (bundles, resouces) must be already locally available. Downloading and extracting them on demand is not supported.
- def run(args: Array[String]): Unit
Use this method instead of
mainif you do not want to exit the VM and instead get an [LauncherException] in case of a error.Use this method instead of
mainif you do not want to exit the VM and instead get an [LauncherException] in case of a error.- Exceptions thrown
- 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()