Class ArchiverProcess

java.lang.Object
com.soklet.archive.ArchiverProcess

public class ArchiverProcess extends Object
Since:
1.0.0
Author:
Mark Allen
  • Constructor Details

    • ArchiverProcess

      public ArchiverProcess(String executableFile)
    • ArchiverProcess

      public ArchiverProcess(Path executableFile)
    • ArchiverProcess

      public ArchiverProcess(Path executableFile, Path workingDirectory)
    • ArchiverProcess

      public ArchiverProcess(String executableFile, Path workingDirectory)
    • ArchiverProcess

      public ArchiverProcess(Path executableFile, Path workingDirectory, long timeout, TimeUnit timeUnit)
    • ArchiverProcess

      public ArchiverProcess(String executableFile, Path workingDirectory, long timeout, TimeUnit timeUnit)
  • Method Details

    • execute

      public int execute(String... arguments)
    • execute

      public int execute(List<String> arguments)
    • executableFile

      public String executableFile()
    • workingDirectory

      public Path workingDirectory()
    • timeout

      public long timeout()
    • timeUnit

      public TimeUnit timeUnit()