public class Context extends Object
Modifier and Type | Method and Description |
---|---|
String |
getBatchArguments()
Returns the serialized batch arguments.
|
String |
getBatchId()
Returns the batch ID.
|
String |
getExecutionId()
Returns the execution ID.
|
String |
getFlowId()
Returns the flow ID.
|
String |
getProfileName()
Returns the profile name.
|
String |
getScriptPath()
Returns the script path.
|
String |
getSessionKind()
Returns the session kind.
|
String |
getWindGateArguments()
Returns the serialized WindGate arguments.
|
void |
installLogSettings()
Installs WindGate logger settings.
|
static Context |
parseForFinalize(String... args)
Parses the program arguments.
|
static Context |
parseForProcess(String... args)
Parses the program arguments.
|
public static Context parseForProcess(String... args)
args
- the program argumentspublic static Context parseForFinalize(String... args)
args
- the program argumentspublic String getProfileName()
public String getScriptPath()
public String getSessionKind()
public String getBatchId()
public String getFlowId()
public String getExecutionId()
public String getBatchArguments()
public String getWindGateArguments()
public void installLogSettings()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.