|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouperClient.OperationParams
public class OperationParams
params passed to an operation
Constructor Summary | |
---|---|
OperationParams()
|
Method Summary | |
---|---|
Map<String,String> |
getArgMap()
args passed in (without the --) and their values |
Map<String,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(Map<String,String> argMap1)
args passed in (without the --) and their values |
void |
setArgMapNotUsed(Map<String,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 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OperationParams()
Method Detail |
---|
public boolean isShouldSaveResultsToFile()
public void setShouldSaveResultsToFile(boolean shouldSaveResultsToFile2)
shouldSaveResultsToFile2
- public Map<String,String> getArgMap()
public void setArgMap(Map<String,String> argMap1)
argMap1
- public Map<String,String> getArgMapNotUsed()
public void setArgMapNotUsed(Map<String,String> argMapNotUsed1)
argMapNotUsed1
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |