Class UNSPSCReader
java.lang.Object
de.hybris.platform.util.CSVReader
de.hybris.platform.catalog.jalo.classification.unspsc.UNSPSCReader
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.util.CSVReader
applyDecorators, clearAllCellDecorators, clearCellDecorator, close, closeQuietly, finished, getCellDecorator, getCommentOut, getCurrentLineNumber, getDecoratorMap, getFieldSeparator, getLine, getSourceLine, getTextSeparator, hasCellDecorators, isCommentedOut, isFinished, isMultiLineMode, isReading, isShowComments, markFinished, mustSkip, notifyNextLine, parse, parse, parse, parse, readNextLine, readSrcLineFromStream, setCellDecorator, setCommentOut, setFieldSeparator, setLinesToSkip, setMaxBufferLines, setMultiLineMode, setShowComments, setTextSeparator, trim
-
Constructor Details
-
UNSPSCReader
public UNSPSCReader(Media media, String encoding, boolean skipRootClasses) throws UnsupportedEncodingException, JaloBusinessException
-
-
Method Details
-
toString
-
parseLine
Description copied from class:CSVReaderTokenises the given line and returns aMapwith following content:
Map{
{ 0:Integer, Field_1:String },
{ 1:Integer, Field_2:String },
...
{ n-1:Integer, Field_n:String }
}
-