All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.engineblock.activities.json.statements.FileStatementDefParser Maven / Gradle / Ivy

Go to download

A engineblock ActivityType (AT) driver module; Provides an activity capable of writing results out via JSON

There is a newer version: 1.0.65
Show newest version
package io.engineblock.activities.json.statements;

public class FileStatementDefParser {
    private final FileStmtDoc fileStmtDoc;

    public FileStatementDefParser(FileStmtDoc fileStatementDef) {
        this.fileStmtDoc = fileStatementDef;
    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy