- addToComponent(String, File[]) - Method in interface xsbti.ComponentProvider
-
Modify an existing component by adding files to it.
- app() - Method in interface xsbti.Reboot
-
- app(ApplicationID) - Method in interface xsbti.ScalaProvider
-
Creates an application provider that will use 'loader()' as the parent ClassLoader for
the application given by 'id'.
- app(ApplicationID, String) - Method in interface xsbti.Launcher
-
returns an `AppProvider` which is able to resolve an application
and instantiate its `xsbti.Main` in a new classloader.
- AppConfiguration - Interface in xsbti
-
- ApplicationID - Interface in xsbti
-
This represents an identification for the sbt launcher to load and run
an sbt launched application using ivy.
- apply(File, Callable<T>) - Method in interface xsbti.GlobalLock
-
- AppMain - Interface in xsbti
-
The main entry interface for launching applications.
- AppProvider - Interface in xsbti
-
This represents an interface that can generate applications or servers.
- appRepositories() - Method in interface xsbti.Launcher
-
These are the repositories configured by this launcher
which should be used by the application when resolving
further artifacts.
- arguments() - Method in interface xsbti.AppConfiguration
-
- arguments() - Method in exception xsbti.FullReload
-
- arguments() - Method in interface xsbti.Reboot
-
- artifactPattern() - Method in interface xsbti.IvyRepository
-
- awaitTermination() - Method in interface xsbti.Server
-
This should block the calling thread until the server is shutdown.