Interface RequiredResourceSupport

All Superinterfaces:
ResourceProvider
All Known Implementing Classes:
JavaExecutor, NpmExecutor

public interface RequiredResourceSupport extends ResourceProvider

Implemented by ResourceProviders that require resources to be available without needing them for a specific purpose. The need for this usually arises when a ResourceProvider is scriptable and the required resources depend on the script.

Such resource providers should use the methods from this interface to register the required resources, thus ensuring a consistent API.

  • Method Details