public class Execute extends Object
| Constructor and Description |
|---|
Execute()
Instantiates a new execute.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCmdLine()
Returns command line as String Array.
|
String[] |
getEnvironment()
Returns Cas Processor environment.
|
void |
setCmdLine(String[] strings)
Copies Cas Processor command line.
|
void |
setEnvironment(String[] strings)
Copies Cas Processor environment.
|
public String[] getCmdLine()
public String[] getEnvironment()
public void setCmdLine(String[] strings)
strings - -
command linepublic void setEnvironment(String[] strings)
strings - the new environmentCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.