io.engineblock.activities.csv.statements.CSVStatementDefParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of at-basics Show documentation
Show all versions of at-basics Show documentation
A engineblock ActivityType (AT) driver module;
Provides a diagnostic activity that logs input at some interval
package io.engineblock.activities.csv.statements;
public class CSVStatementDefParser {
private final CSVStmtDoc fileStmtDoc;
public CSVStatementDefParser(CSVStmtDoc csvStmtDoc) {
this.fileStmtDoc = csvStmtDoc;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy