Package xsbti

Interface Summary
AppConfiguration  
ApplicationID This represents an identification for the sbt launcher to load and run an sbt launched application using ivy.
AppMain The main entry interface for launching applications.
AppProvider This represents an interface that can generate applications or servers.
ComponentProvider A service to locate, install and modify "Components".
Continue A launched application returns an instance of this class in order to communicate to the launcher that the application's main thread is finished and the launcher's work is complete, but it should not exit.
Exit A launched application returns an instance of this class in order to communicate to the launcher that the application finished and the launcher should exit with the given exit code.
GlobalLock  
IvyRepository  
Launcher  
MainResult A launched application should return an instance of this from its 'run' method to communicate to the launcher what should be done now that the application has completed.
MavenRepository  
PredefinedRepository  
Reboot A launched application returns an instance of this class in order to communicate to the launcher that the application should be restarted.
Repository  
ScalaProvider Provides access to the jars and classes for a particular version of Scala.
Server A running server.
ServerMain The main entry point for a launched service.
 

Enum Summary
CrossValue  
Predefined  
 

Exception Summary
FullReload  
RetrieveException