io.engineblock.activities.json.statements.FileStatementDefParser Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of at-json Show documentation
Show all versions of at-json Show documentation
A engineblock ActivityType (AT) driver module;
Provides an activity capable of writing results out via JSON
package io.engineblock.activities.json.statements;
public class FileStatementDefParser {
private final FileStmtDoc fileStmtDoc;
public FileStatementDefParser(FileStmtDoc fileStatementDef) {
this.fileStmtDoc = fileStatementDef;
}
}