| Package | Description |
|---|---|
| org.artofsolving.jodconverter.office | |
| org.artofsolving.jodconverter.process |
| Modifier and Type | Method and Description |
|---|---|
DefaultOfficeManagerConfiguration |
DefaultOfficeManagerConfiguration.setProcessManager(ProcessManager processManager)
Provide a specific
ProcessManager implementation
The default is to use SigarProcessManager if sigar.jar is
available in the classpath, otherwise LinuxProcessManager
on Linux and PureJavaProcessManager on other platforms. |
| Modifier and Type | Class and Description |
|---|---|
class |
LinuxProcessManager
ProcessManager implementation for Linux. |
class |
PureJavaProcessManager |
class |
SigarProcessManager
ProcessManager implementation that uses the SIGAR library. |
Copyright © 2003–2015. All rights reserved.