All Superinterfaces:
Extension
All Known Subinterfaces:
RepositorySourcedDeployer, StreamSourcedDeployer

public interface Deployer extends Extension
Extension point for deployers. They are placed at the end of an export process to deploy the exported data somewhere, e.g. a server conforming to the Graph Store API, an FTP server etc...
Author:
Manuel Fiorelli
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    deploy(Source source)
    Deploys the provided resource.
  • Method Details

    • deploy

      default void deploy(Source source) throws IOException
      Deploys the provided resource. The default implementation of this operation delegates the deployment of specific resource types to known subclasses.
      Parameters:
      source -
      Throws:
      IOException