Interface Launcher
- All Known Implementing Classes:
AbstractLauncher, BootstrapLauncher, DirectLauncher
public interface Launcher
Defines the methods provided by a launcher.
-
Method Summary
Modifier and TypeMethodDescriptionprovide(ResourceRequest<T> requested) Provide the requested resources from the root project.
-
Method Details
-
provide
Provide the requested resources from the root project.- Type Parameters:
T- the requested type- Parameters:
requested- the request- Returns:
- the stream
-