Package | Description |
---|---|
modules |
Sources relevant to the information extraction modules especially
abstract module classes for the different types of modules (file-dependent,
environment, daemon), and the module implementations.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
NativeProcessIterativeDaemonModule.extractNative(java.lang.String command,
java.lang.String options,
java.nio.file.Path path) |
protected KeyValueResult |
GeneralNativeCommandModule.extractNative(java.lang.String command,
java.lang.String options,
java.nio.file.Path path) |
protected void |
NativeProcessMonitoringDaemonModule.startNativeMonitor(java.lang.String command,
java.lang.String options,
java.nio.file.Path path) |