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

net.kemitix.dependency.digraph.maven.plugin.DotFileFormat Maven / Gradle / Ivy

package net.kemitix.dependency.digraph.maven.plugin;

/**
 * Interface for report generators in a specific format.
 *
 * @author pcampbell
 */
interface DotFileFormat {

    /**
     * Generates the report.
     *
     * @return the formatted report
     */
    String renderReport();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy