Interface ResourceProviderSpi


public interface ResourceProviderSpi
This interface must be made available to the BuildContext by implementations of resource providers.
  • Method Summary

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