Package gov.nasa.pds.web.ui.utils
Class TabularData
java.lang.Object
gov.nasa.pds.web.ui.utils.TabularData
-
Constructor Summary
ConstructorsConstructorDescriptionTabularData(File tabularFile, Long readRows, long startByte) TabularData(File tabularFile, List<ColumnInfo> columnInfos, long startByte) TabularData(File tabularFile, List<ColumnInfo> columnInfos, long startByte, Long readRows) TabularData(URL fileUrl, List<ColumnInfo> columnInfos, long startByte, Long readRows) TabularData(URL fileUrl, List<ColumnInfo> columnInfos, long startByte, Long readRows, String fieldDelimiter, int fieldsCount) Used for TableDelimited -
Method Summary
Modifier and TypeMethodDescriptionvoidaddProblem(int lineNumber, Integer column, String key, gov.nasa.pds.tools.constants.Constants.ProblemType type, Object... arguments) voidaddProblem(int lineNumber, String key, gov.nasa.pds.tools.constants.Constants.ProblemType type, Object... arguments) voidaddProblem(gov.nasa.pds.tools.label.Statement statement, Integer column, String key, gov.nasa.pds.tools.constants.Constants.ProblemType type, Object... arguments) voidaddProblem(gov.nasa.pds.tools.label.Statement statement, String key, gov.nasa.pds.tools.constants.Constants.ProblemType type, Object... arguments) voidaddProblem(gov.nasa.pds.tools.LabelParserException e) voidaddProblem(File sourceFile, int lineNumber, Integer column, String key, gov.nasa.pds.tools.constants.Constants.ProblemType type, Object... arguments) voidaddProblem(URI sourceURI, int lineNumber, Integer column, String key, gov.nasa.pds.tools.constants.Constants.ProblemType type, Object... arguments) getColumn(int index) List<gov.nasa.pds.tools.LabelParserException>getRows()
-
Constructor Details
-
TabularData
-
TabularData
-
TabularData
-
TabularData
-
TabularData
public TabularData(URL fileUrl, List<ColumnInfo> columnInfos, long startByte, Long readRows, String fieldDelimiter, int fieldsCount) Used for TableDelimited- Parameters:
fileUrl-columnInfos-startByte-readRows-fieldDelimiter-
-
-
Method Details
-
getColumn
-
getColumn
-
getColumns
-
getRows
-
getColumnDefs
-
getDataFile
-
addProblem
-
addProblem
-
addProblem
-
addProblem
-
addProblem
-
addProblem
-
addProblem
public void addProblem(gov.nasa.pds.tools.LabelParserException e) -
getProblems
-