Interface DataInstructionsProviderPlugin

All Known Implementing Classes:
S3InstructionsProviderPlugin

public interface DataInstructionsProviderPlugin
A plugin interface for providing DataInstructionsProviderPlugin implementations for different property collections and URI schemes. Check out DataInstructionsProviderLoader for more details.
  • Method Summary

    Modifier and Type
    Method
    Description
    createInstructions(@NotNull String uriScheme, @NotNull Map<String,String> properties)
    Create a data instructions object for the given URI scheme.
  • Method Details

    • createInstructions

      Object createInstructions(@NotNull @NotNull String uriScheme, @NotNull @NotNull Map<String,String> properties)
      Create a data instructions object for the given URI scheme.