cug.report
Class SimpleNDSMapReport

java.lang.Object
  |
  +--util.TxtReport
        |
        +--cug.report.SimpleNDSMapReport
Direct Known Subclasses:
BBCreateRapport, CugReport, NDSMapRapport, NGWImportRapport

public class SimpleNDSMapReport
extends TxtReport

basis om nds-users in een bepaalde nds-map te rapporteren


Field Summary
 
Fields inherited from class util.TxtReport
FORMAT_CSV, FORMAT_FREE, FORMAT_TAB, header, nl, printHeader, printWriter, strict, tab
 
Constructor Summary
SimpleNDSMapReport(java.io.PrintWriter pw)
          FORMAT_FREE rapport
SimpleNDSMapReport(java.io.PrintWriter pw, int format)
           
 
Method Summary
 void report(java.util.List l)
          print regels voor alle nds-users in een lijst
 void report(NDSMap nm)
          print regels voor alle nds-users in nds-map
 void report(NDSUser nu)
          default: toString() print 1 regel voor 1 nds-user
 
Methods inherited from class util.TxtReport
close, getFormat, setHeader, writeHeader, writeLine, writeLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleNDSMapReport

public SimpleNDSMapReport(java.io.PrintWriter pw)
FORMAT_FREE rapport

See Also:
TxtReport.TxtReport(java.io.Writer, int)

SimpleNDSMapReport

public SimpleNDSMapReport(java.io.PrintWriter pw,
                          int format)
See Also:
TxtReport.TxtReport(java.io.Writer, int)
Method Detail

report

public void report(NDSUser nu)
default: toString() print 1 regel voor 1 nds-user


report

public void report(NDSMap nm)
print regels voor alle nds-users in nds-map


report

public void report(java.util.List l)
print regels voor alle nds-users in een lijst