public abstract class AbstractExternalConverter extends Object implements IExternalConverter
| Constructor and Description |
|---|
AbstractExternalConverter(File baseFolder,
long processTimeout,
TimeUnit processTimeoutUnit) |
| Modifier and Type | Method and Description |
|---|---|
protected static String |
doubleQuote(String... args) |
protected File |
getBaseFolder() |
protected long |
getProcessTimeout() |
protected org.zeroturnaround.exec.ProcessExecutor |
makePresetProcessExecutor() |
protected static String |
quote(String... args) |
protected int |
runNoArgumentScript(File script) |
protected void |
tryDelete(File file) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisOperational, shutDown, startConversionprotected File getBaseFolder()
protected long getProcessTimeout()
protected org.zeroturnaround.exec.ProcessExecutor makePresetProcessExecutor()
protected int runNoArgumentScript(File script)
protected void tryDelete(File file)
Copyright © 2013–2016. All rights reserved.