Interface Launcher

All Known Implementing Classes:
AbstractLauncher, BootstrapLauncher, DirectLauncher

public interface Launcher
Defines the methods provided by a launcher.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends Resource>
    Stream<T>
    provide(ResourceRequest<T> requested)
    Provide the requested resources from the root project.
  • Method Details

    • provide

      <T extends Resource> Stream<T> provide(ResourceRequest<T> requested)
      Provide the requested resources from the root project.
      Type Parameters:
      T - the requested type
      Parameters:
      requested - the request
      Returns:
      the stream