Package xsbti


package xsbti
  • Class
    Description
     
    This represents an identification for the sbt launcher to load and run an sbt launched application using ivy.
    The main entry interface for launching applications.
    This represents an interface that can generate applications or servers.
    A service to locate, install and modify "Components".
    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.
     
    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.
     
     
     
     
     
    Marker interface for classloader with just scala-library.
    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.
     
     
     
    A launched application returns an instance of this class in order to communicate to the launcher that the application should be restarted.
     
     
    Provides access to the jars and classes for a particular version of Scala.
    A running server.
    The main entry point for a launched service.