public class CSVHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static HighlightRobotLogger |
LOG |
| Constructor and Description |
|---|
CSVHelper() |
public static final HighlightRobotLogger LOG
public void parseCSVString(String name, String csv) throws IOException
IOExceptionpublic void parseCSVResource(String name, String resource) throws IOException
IOExceptionpublic void parseCSVString(String csv) throws IOException
IOExceptionpublic void parseCSVResource(String resource) throws IOException
IOExceptionpublic void createAlias(String name)
public void switchState(String name)
public void startDisjunction()
public void endDisjunction()
public void startConjunction()
public void endConjunction()
public void setHeaders(String headers) throws IOException
IOExceptionpublic void setFirstLineAsHeader()
public void createCriteria()
public void addColumnNameEqualsRestriction(String name, String value)
public void addColumnIndexEqualsRestriction(int index,
String value)
public int projectCount()
public void createStateFromList(String name)
public String[] firstResult()
public String firstResultColumnIndex(int index)
public String lastResultColumnIndex(int index)
public String[] lastResult()
Copyright © 2015. All Rights Reserved.