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

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

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

import org.apache.maven.plugin.logging.Log;

/**
 * Interface for Mojo services.
 *
 * @author pcampbell
 */
interface MojoService {

    /**
     * Gets the mojo.
     *
     * @return the mojo
     */
    DigraphMojo getMojo();

    /**
     * Get the logger.
     *
     * @return the logger
     */
    Log getLog();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy