xsbti
Interface Reboot
- All Superinterfaces:
- MainResult
public interface Reboot
- extends 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.
arguments
java.lang.String[] arguments()
baseDirectory
java.io.File baseDirectory()
scalaVersion
java.lang.String scalaVersion()
app
ApplicationID app()