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

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

There is a newer version: 0.9.1
Show newest version
package net.kemitix.dependency.digraph.maven.plugin;

import java.io.File;

/**
 * Interface for a source code file analyser.
 *
 * @author pcampbell
 */
interface SourceFileAnalyser extends MojoService {

    /**
     * Analyse the file.
     *
     * @param file the file to analyse
     */
    void analyse(File file);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy