Package org.bedework.eventreg.bus
Class CSVOutputter
- java.lang.Object
-
- org.bedework.eventreg.bus.CSVOutputter
-
-
Constructor Summary
Constructors Constructor Description CSVOutputter(Event ev, FormDef form, Set<Registration> regs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHeader()org.bedework.util.logging.BwLoggergetLogger()booleanhasNext()Iterator<String>iterator()Stringnext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
-
-
-
Method Detail
-
getHeader
public String getHeader()
-
getLogger
public org.bedework.util.logging.BwLogger getLogger()
- Specified by:
getLoggerin interfaceorg.bedework.util.logging.Logged
-
-