Class E2EMediaPathDecorator

java.lang.Object
de.hybris.platform.impex.jalo.header.AbstractImpExCSVCellDecorator
de.hybris.e2e.transport.jalo.decorator.E2EMediaPathDecorator
All Implemented Interfaces:
CSVCellDecorator

public class E2EMediaPathDecorator extends AbstractImpExCSVCellDecorator
  • Field Details

  • Constructor Details

    • E2EMediaPathDecorator

      public E2EMediaPathDecorator()
  • Method Details

    • decorate

      public String decorate(int position, Map srcLine)
      Description copied from interface: CSVCellDecorator
      Decorates and returns the parsed attribute value. The value can be gathered from given srcLine map by accessing element with given position key.
      Parameters:
      position - element key for given map where the parsed value to decorate is located
      srcLine - map containing whole parsed value line
      Returns:
      decorated attribute value