public class SLSSettings
extends java.lang.Object
parseSettings
method to parse the result buffer to a
SLSSettings
:
STAFResult result; // submits LIST SETTINGS request to logging servcie... SLSSettings setttings = SLSSettings.parseSettings(result.result);
Modifier and Type | Field and Description |
---|---|
java.lang.String |
defaultDir
The default log directory of the service as parsed from the result
buffer.
|
java.lang.String |
mode
The mode of the service as parsed from the result buffer.
|
java.lang.String |
remoteMachine
The remote machine as parsed from the result buffer.
|
java.lang.String |
remoteService
The name of the remote service as parsed from the result buffer.
|
Modifier and Type | Method and Description |
---|---|
static SLSSettings |
parseSettings(java.lang.String settings)
Parses the result buffer of LIST SETTINGS request.
|
public java.lang.String mode
public java.lang.String remoteMachine
public java.lang.String remoteService
public java.lang.String defaultDir
public static SLSSettings parseSettings(java.lang.String settings)
settings
- the result buffer of LIST SETTINGS request to parse.SLSSettings
populated with the parsed
values.Copyright © SAS Institute. All Rights Reserved.