edu.internet2.middleware.grouper.misc
Class GrouperReport

java.lang.Object
  extended by edu.internet2.middleware.grouper.misc.GrouperReport

public class GrouperReport
extends Object


Constructor Summary
GrouperReport()
           
 
Method Summary
 GrouperReport findBadMemberships(boolean findBadMemberships)
          Whether or not to find bad memberships as part of the report.
 GrouperReport findUnresolvables(boolean findUnresolvables)
          Whether or not to find unresolvable subjects as part of the report.
static String formatCommas(Long theLong)
          format with commas
static void main(String[] args)
           
static String report(boolean findUnresolvables, boolean findBadMemberships)
           
 String runReport()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GrouperReport

public GrouperReport()
Method Detail

main

public static void main(String[] args)
Parameters:
args -

findUnresolvables

public GrouperReport findUnresolvables(boolean findUnresolvables)
Whether or not to find unresolvable subjects as part of the report. Defaults to false.

Parameters:
findUnresolvables -
Returns:
GrouperReport

findBadMemberships

public GrouperReport findBadMemberships(boolean findBadMemberships)
Whether or not to find bad memberships as part of the report. Defaults to false.

Parameters:
findBadMemberships -
Returns:
GrouperReport

formatCommas

public static String formatCommas(Long theLong)
format with commas

Parameters:
theLong -
Returns:
the string

report

public static String report(boolean findUnresolvables,
                            boolean findBadMemberships)
Parameters:
findUnresolvables -
findBadMemberships -
Returns:
the report
Throws:
GrouperReportException

runReport

public String runReport()
Returns:
the report
Throws:
GrouperReportException