Class E2EMediaPathDecorator
java.lang.Object
de.hybris.platform.impex.jalo.header.AbstractImpExCSVCellDecorator
de.hybris.e2e.transport.jalo.decorator.E2EMediaPathDecorator
- All Implemented Interfaces:
CSVCellDecorator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.impex.jalo.header.AbstractImpExCSVCellDecorator
getColumnDescriptor, init
-
Field Details
-
MEDIA_PACKAGE_DIR_ENV_VAR
- See Also:
-
-
Constructor Details
-
E2EMediaPathDecorator
public E2EMediaPathDecorator()
-
-
Method Details
-
decorate
Description copied from interface:CSVCellDecoratorDecorates and returns the parsed attribute value. The value can be gathered from givensrcLinemap by accessing element with givenpositionkey.- Parameters:
position- element key for given map where the parsed value to decorate is locatedsrcLine- map containing whole parsed value line- Returns:
- decorated attribute value
-