Class DefaultImportDataDumpStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String dump​(AbstractCodeLine codeLine)
      Dumps single AbstractCodeLine object into String representation of an ImpEx import.
      java.lang.String dump​(HeaderDescriptor headerDescriptor)
      Dumps single HeaderDescriptor object into String representation of an ImpEx import.
      java.lang.String dump​(ValueLine valueLine)
      Dumps single ValueLine object into String representation of an ImpEx import.
      java.lang.String dump​(java.util.List<ValueLine> valueLines)
      Dumps collection of ValueLine objects into String representation of an ImpEx import.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultImportDataDumpStrategy

        public DefaultImportDataDumpStrategy()
    • Method Detail

      • dump

        public java.lang.String dump​(java.util.List<ValueLine> valueLines)
        Description copied from interface: ImportDataDumpStrategy
        Dumps collection of ValueLine objects into String representation of an ImpEx import.
        Specified by:
        dump in interface ImportDataDumpStrategy
        Parameters:
        valueLines - the collection of ValueLine objects to dump.
      • dump

        public java.lang.String dump​(ValueLine valueLine)
        Description copied from interface: ImportDataDumpStrategy
        Dumps single ValueLine object into String representation of an ImpEx import.
        Specified by:
        dump in interface ImportDataDumpStrategy
        Parameters:
        valueLine - ValueLine object to dump.
      • dump

        public java.lang.String dump​(HeaderDescriptor headerDescriptor)
        Description copied from interface: ImportDataDumpStrategy
        Dumps single HeaderDescriptor object into String representation of an ImpEx import.
        Specified by:
        dump in interface ImportDataDumpStrategy
        Parameters:
        headerDescriptor - HeaderDescriptor object to dump.
      • dump

        public java.lang.String dump​(AbstractCodeLine codeLine)
        Description copied from interface: ImportDataDumpStrategy
        Dumps single AbstractCodeLine object into String representation of an ImpEx import.
        Specified by:
        dump in interface ImportDataDumpStrategy
        Parameters:
        codeLine - AbstractCodeLine object to dump.