public final class CLRProcess extends Object implements EvaluatorProcess
Modifier and Type | Method and Description |
---|---|
List<String> |
getCommandLine() |
EvaluatorType |
getType() |
boolean |
isOptionSet()
Check whether custom options have been set for the process.
|
CLRProcess |
setConfigurationFileName(String configurationFileName)
Set the name of the configuration file for the Launcher.
|
CLRProcess |
setMemory(int megaBytes)
Set memory size of process in megabytes.
|
CLRProcess |
setStandardErr(String standardErr)
Names a file to which stderr will be redirected.
|
CLRProcess |
setStandardOut(String standardOut)
Names a file to which stdout will be redirected.
|
public List<String> getCommandLine()
getCommandLine
in interface EvaluatorProcess
public EvaluatorType getType()
getType
in interface EvaluatorProcess
public CLRProcess setMemory(int megaBytes)
EvaluatorProcess
setMemory
in interface EvaluatorProcess
public boolean isOptionSet()
EvaluatorProcess
EvaluatorProcess.setMemory(int)
and any other custom options
supported by the specific type of evaluator process.isOptionSet
in interface EvaluatorProcess
public CLRProcess setConfigurationFileName(String configurationFileName)
EvaluatorProcess
setConfigurationFileName
in interface EvaluatorProcess
public CLRProcess setStandardOut(String standardOut)
EvaluatorProcess
setStandardOut
in interface EvaluatorProcess
public CLRProcess setStandardErr(String standardErr)
EvaluatorProcess
setStandardErr
in interface EvaluatorProcess
Copyright © 2016 The Apache Software Foundation. All rights reserved.