xsbt.boot

Launch

object Launch

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Launch
  2. AnyRef
  3. 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. val AppMainClass: Class[AppMain]

  7. val ServerMainClass: Class[ServerMain]

  8. def apply(currentDirectory: File, arguments: LauncherArguments): Option[Int]

  9. def apply(arguments: LauncherArguments): Option[Int]

  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def launch(run: (RunConfiguration) ⇒ MainResult)(config: RunConfiguration): Option[Int]

  19. def locate(currentDirectory: File, config: LaunchConfiguration): Option[Int]

    Locate a server, print where it is, and exit.

  20. def makeRunConfig(currentDirectory: File, config: LaunchConfiguration, arguments: List[String]): RunConfiguration

    Create run configuration we'll use to launch the app.

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

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

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def parseAndInitializeConfig(configLocation: URL, currentDirectory: File): LaunchConfiguration

    Parses the configuration *and* runs the initialization code that will remove variable references.

  25. def parseConfiguration(configLocation: URL, currentDirectory: File): (LaunchConfiguration, File)

    Parse configuration and return it and the baseDirectory of the launch.

  26. def resolveConfig(parsed: LaunchConfiguration): LaunchConfiguration

    Setups the Initialize object so we can fill in system properties in the configuration

  27. def run(launcher: Launcher)(config: RunConfiguration): MainResult

    The actual mechanism used to run a launched application.

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

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def updateProperties(config: LaunchConfiguration): Unit

    Some hackery to allow sys.

    Some hackery to allow sys.props to be configured via a file. If this launch config has a valid file configured, we load the properties and and apply them to this jvm.

  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped