edu.internet2.middleware.grouperClient
Class OperationParams

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

public class OperationParams
extends java.lang.Object

params passed to an operation


Constructor Summary
OperationParams()
           
 
Method Summary
 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
 
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 java.util.Map<java.lang.String,java.lang.String> getArgMap()
args passed in (without the --) and their values

Returns:
the map of args passed in to their values

setArgMap

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

Parameters:
argMap1 -

getArgMapNotUsed

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

Returns:
the map

setArgMapNotUsed

public 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)

Parameters:
argMapNotUsed1 -