Interface ResourceRetriever

All Known Implementing Classes:
JavaExecutor, LibraryBuilder, UberJarBuilder

public interface ResourceRetriever
The interface ResourceRetriever, see Generator.
  • Method Details

    • addFrom

      Adds the given provider(s) as source for resources.
      Parameters:
      providers - the provider to add
      Returns:
      the resource retriever
    • addFrom

      Adds the given providers as sources for resources. The stream must not be terminated before the generators' provide method is invoked.
      Parameters:
      providers - the providers to retrieve resources from
      Returns:
      the resource retriever