edu.internet2.middleware.grouperClient
Class OperationParams

java.lang.Object
  extended by edu.internet2.middleware.grouperClient.OperationParams

public class OperationParams
extends Object

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

OperationParams

public OperationParams()
Method Detail

isShouldSaveResultsToFile

public boolean isShouldSaveResultsToFile()
if the results should be saved to file

Returns:
true if should be saved to file

setShouldSaveResultsToFile

public void setShouldSaveResultsToFile(boolean shouldSaveResultsToFile2)
if should results be saved to file

Parameters:
shouldSaveResultsToFile2 -

getArgMap

public Map<String,String> getArgMap()
args passed in (without the --) and their values

Returns:
the map of args passed in to their values

setArgMap

public void setArgMap(Map<String,String> argMap1)
args passed in (without the --) and their values

Parameters:
argMap1 -

getArgMapNotUsed

public Map<String,String> getArgMapNotUsed()
args still in here have not been read, so they are extra (errors)

Returns:
the map

setArgMapNotUsed

public void setArgMapNotUsed(Map<String,String> argMapNotUsed1)
args still in here have not been read, so they are extra (errors)

Parameters:
argMapNotUsed1 -