Package de.hybris.platform.util
Class CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder
- java.lang.Object
-
- de.hybris.platform.util.CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder
-
- Enclosing class:
- CSVFromPropertiesReader
public static class CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CSVFromPropertiesReaderbuild()CSVFromPropertiesReader.CSVFromPropertiesReaderBuilderwithCaseInsensitiveAttributes(boolean ignoreCase)CSVFromPropertiesReader.CSVFromPropertiesReaderBuilderwithColumn(java.lang.String name, int column)CSVFromPropertiesReader.CSVFromPropertiesReaderBuilderwithIdAndAttributePattern(java.lang.String pattern)CSVFromPropertiesReader.CSVFromPropertiesReaderBuilderwithLineBufferOf(int size)CSVFromPropertiesReader.CSVFromPropertiesReaderBuilderwithMissingValueToken(java.lang.String token)
-
-
-
Method Detail
-
withIdAndAttributePattern
public CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder withIdAndAttributePattern(java.lang.String pattern)
-
withCaseInsensitiveAttributes
public CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder withCaseInsensitiveAttributes(boolean ignoreCase)
-
withLineBufferOf
public CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder withLineBufferOf(int size)
-
withMissingValueToken
public CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder withMissingValueToken(java.lang.String token)
-
withColumn
public CSVFromPropertiesReader.CSVFromPropertiesReaderBuilder withColumn(java.lang.String name, int column)
-
build
public CSVFromPropertiesReader build()
-
-