Class FileCreationWrapper

java.lang.Object
org.aksw.jena_sparql_api.io.filter.sys.FileCreationWrapper
All Implemented Interfaces:
org.aksw.commons.io.endpoint.FileCreation

public class FileCreationWrapper extends Object implements org.aksw.commons.io.endpoint.FileCreation
Wrap an existing file as a FileCreation that has completed
Author:
raven
  • Field Details

  • Constructor Details

    • FileCreationWrapper

      public FileCreationWrapper(Path path)
  • Method Details

    • future

      public CompletableFuture<Path> future()
      Specified by:
      future in interface org.aksw.commons.io.endpoint.FileCreation
    • abort

      public void abort()
      Specified by:
      abort in interface org.aksw.commons.io.endpoint.FileCreation