public class LineToken extends Object
| コンストラクタと説明 |
|---|
LineToken() |
public List<String> tokenize(String lineString, LineTokenOptionCall<LineTokenizingOption> opLambda)
lineString - The line string to tokenize. (NotNull)opLambda - The callback for the option of line-tokenizing. (NotNull)protected LineTokenizingOption createLineTokenizingOption(LineTokenOptionCall<LineTokenizingOption> opLambda)
protected LineTokenizingOption newLineTokenizingOption()
protected String filterHandlingEmptyAsNull(String target, LineTokenizingOption lineTokenizingOption)
public String make(Collection<String> valueList, LineTokenOptionCall<LineMakingOption> opLambda)
valueList - The list of value to be line. (NotNull)opLambda - The callback for the option of line-making. (NotNull)protected LineMakingOption createLineMakingOption(LineTokenOptionCall<LineMakingOption> opLambda)
protected LineMakingOption newLineMakingOption()
protected String createLineString(Collection<String> valueList, String delimiter, boolean quoteAll, boolean quoteMinimamlly, boolean trimSpace)
protected void assertObjectNotNull(String variableName, Object value)
variableName - The check name of variable for message. (NotNull)value - The checked value. (NotNull)IllegalArgumentException - When the argument is null.protected void assertStringNotNullAndNotTrimmedEmpty(String variableName, String value)
variableName - The check name of variable for message. (NotNull)value - The checked value. (NotNull)IllegalArgumentException - When the argument is null or empty.Copyright © 2014–2015 The DBFlute Project. All rights reserved.