Package 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplicationID
app()
java.lang.String[]
arguments()
java.io.File
baseDirectory()
java.lang.String
scalaVersion()
-
-
-
Method Detail
-
arguments
java.lang.String[] arguments()
-
baseDirectory
java.io.File baseDirectory()
-
scalaVersion
java.lang.String scalaVersion()
-
app
ApplicationID app()
-
-