Package xsbti
Interface Reboot
- All Superinterfaces:
MainResult
A launched application returns an instance of this class in order to communicate to the launcher
that the application should be restarted. Different versions of the application and Scala can be used.
The application can be given different arguments as well as a new working directory.
-
Method Details
-
arguments
String[] arguments() -
baseDirectory
File baseDirectory() -
scalaVersion
String scalaVersion() -
app
ApplicationID app()
-