Interface HandlerContext


  • @ProviderType
    public interface HandlerContext
    Context for an extension handler.
    • Method Detail

      • getArtifactProvider

        ArtifactProvider getArtifactProvider()
        Provide the artifact provider.
        Returns:
        The artifact provider.
      • getConfiguration

        Map<String,​String> getConfiguration()
        Configuration for the handler
        Returns:
        Map of provided configuration, or an empty map if there is no configuration. Never null.