public final class ExamplesTableProperties extends Object
Constructor and Description |
---|
ExamplesTableProperties(Properties properties) |
ExamplesTableProperties(String propertiesAsString,
String defaultHeaderSeparator,
String defaultValueSeparator,
String defaultIgnorableSeparator) |
Modifier and Type | Method and Description |
---|---|
String |
getCommentSeparator() |
String |
getHeaderSeparator() |
String |
getIgnorableSeparator() |
Properties |
getProperties() |
String |
getRowSeparator() |
String |
getTransformer() |
String |
getValueSeparator() |
boolean |
isMetaByRow() |
boolean |
isTrim() |
public ExamplesTableProperties(Properties properties)
public String getRowSeparator()
public String getHeaderSeparator()
public String getValueSeparator()
public String getIgnorableSeparator()
public String getCommentSeparator()
public boolean isTrim()
public boolean isMetaByRow()
public String getTransformer()
public Properties getProperties()
Copyright © 2003–2018. All rights reserved.