public class OperationParams
extends java.lang.Object
Constructor and Description |
---|
OperationParams() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.String> |
getArgMap()
args passed in (without the --) and their values
|
java.util.Map<java.lang.String,java.lang.String> |
getArgMapNotUsed()
args still in here have not been read, so they are extra (errors)
|
boolean |
isShouldSaveResultsToFile()
if the results should be saved to file
|
void |
setArgMap(java.util.Map<java.lang.String,java.lang.String> argMap1)
args passed in (without the --) and their values
|
void |
setArgMapNotUsed(java.util.Map<java.lang.String,java.lang.String> argMapNotUsed1)
args still in here have not been read, so they are extra (errors)
|
void |
setShouldSaveResultsToFile(boolean shouldSaveResultsToFile2)
if should results be saved to file
|
public boolean isShouldSaveResultsToFile()
public void setShouldSaveResultsToFile(boolean shouldSaveResultsToFile2)
shouldSaveResultsToFile2
- public java.util.Map<java.lang.String,java.lang.String> getArgMap()
public void setArgMap(java.util.Map<java.lang.String,java.lang.String> argMap1)
argMap1
- public java.util.Map<java.lang.String,java.lang.String> getArgMapNotUsed()
public void setArgMapNotUsed(java.util.Map<java.lang.String,java.lang.String> argMapNotUsed1)
argMapNotUsed1
-