Class ObjectTransfer

java.lang.Object
de.sfuhrm.openssl4j.ObjectTransfer

final class ObjectTransfer extends Object
Transfers the object files from the JAR file to a temporary directory. The temporary directory will be deleted when the JVM shuts down.
  • Field Details

    • targetDirectory

      private final Path targetDirectory
      The destination temporary directory.
    • libraries

      private final List<Path> libraries
      The libraries copies.
  • Constructor Details

  • Method Details