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

net.e6tech.elements.reporting.text.TextReportingImpl Maven / Gradle / Ivy

There is a newer version: 1.7.16
Show newest version
package net.e6tech.elements.reporting.text;

import java.io.IOException;
import java.util.List;
import java.util.Map;

import net.e6tech.elements.reporting.Print;
import net.e6tech.elements.reporting.Reporting;

public class TextReportingImpl extends Reporting {

    @Override
    public Object loadObject(String path) throws IOException {
        throw new RuntimeException("not yet implemented");
    }

    @Override
    public Print report(String mainReport, Map params, List data) throws IOException {
        throw new RuntimeException("not yet implemented");
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy