public class GeneralExecutableModuleConfig extends ModuleConfiguration
Modifier and Type | Field and Description |
---|---|
java.lang.String |
BSDcommandNameOrPath |
java.lang.String |
commandNameOrPath
The generic command name to natively execute; or it's full path.
|
java.lang.String |
defaults |
java.lang.String |
helpOption
Define here the commanline option to obtain the command help.
|
java.lang.String |
LinuxcommandNameOrPath
The Linux command name to natively execute; or it's full path.
|
java.lang.String |
Linuxoptions |
boolean |
noHelp |
java.lang.String |
options |
java.lang.String |
OSXcommandNameOrPath
The OS X command name to natively execute; or it's full path.
|
java.lang.String |
OSXoptions |
java.util.Map<java.lang.String,java.lang.String> |
regEx
TODO: (currently unimplemented) The regular expressions used to generate
the outputs (name to identify result, expression)
|
int |
timeout
Timeout value for the process execution, after that timeout, the process
will be killed.
|
int |
waitBetweenCalls
Value to wait between calls in hte iterative monitor
|
java.lang.String |
WINcommandNameOrPath
The Windows command name to natively execute; or it's full path.
|
java.lang.String |
Winoptions |
java.io.File |
workingDirectory
The absolute path for the current working directory for the command.
|
enabled, eventAddToProfile, fileFilter, moduleDisplayName, moduleName, moduleVersion, recordEvents
Constructor and Description |
---|
GeneralExecutableModuleConfig() |
GeneralExecutableModuleConfig(java.lang.String moduleName,
java.lang.String version) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
currentOsOptions() |
addSupportedSystem, configurationIsValid, getSupportedSystems
public java.lang.String options
public java.lang.String defaults
public java.io.File workingDirectory
public java.lang.String commandNameOrPath
public java.lang.String OSXcommandNameOrPath
public java.lang.String LinuxcommandNameOrPath
public java.lang.String WINcommandNameOrPath
public java.lang.String BSDcommandNameOrPath
public java.lang.String OSXoptions
public java.lang.String Winoptions
public java.lang.String Linuxoptions
public boolean noHelp
public java.util.Map<java.lang.String,java.lang.String> regEx
public int timeout
public int waitBetweenCalls
public java.lang.String helpOption