Package org.goplanit.output.formatter
output formatter related classes
-
Interface Summary Interface Description CsvTextFileOutputFormatter This interfaces defines behaviours which output formatters which generate a CSV output file must have.OutputFormatter Interface for persisting output data in a particular formatXmlTextFileOutputFormatter This interfaces defines behaviours which output formatters which generate an XML output file must have. -
Class Summary Class Description BaseOutputFormatter Base class for all formatters of output data, i.e.CsvFileOutputFormatter Class containing common methods required by classes which write results to CSV output filesFileOutputFormatter Common methods used by output formatters which write data to physical filesMemoryOutputFormatter OutputFormatter which stores data in memory, using specified keys and output properties.MemoryOutputIterator Iterator which loops through the keys and values stored in the MemoryOutputFormatter This class is a wrapper for MultiKeyPlanItDataIterator.OutputFormatterFactory Factory to create output writers of any compatible type