| Package | Description |
|---|---|
| com.whitestein.lsps.engine |
The package contains common classes for LSPS expression interpretation.
|
| com.whitestein.lsps.tools |
| Modifier and Type | Method and Description |
|---|---|
CreateProcessLog |
EngineSettings.getCreateProcessLog()
Returns enum value that determines creation of process logs.
|
static CreateProcessLog |
CreateProcessLog.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateProcessLog[] |
CreateProcessLog.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EngineSettings.setCreateProcessLog(CreateProcessLog createProcessLog)
Sets value that determines creation of process logs.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProcessLog |
CommonSettingsImpl.getCreateProcessLog() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommonSettingsImpl.setCreateProcessLog(CreateProcessLog createProcessLog) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.