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

co.leantechniques.maven.buildtime.AbstractTimerVisitor Maven / Gradle / Ivy

Go to download

This extension displays the duration of each plugin to discover why your build is slow.

The newest version!
package co.leantechniques.maven.buildtime;

/**
 * Simple abstract implementation of {@link TimerVisitor} extend this
 * class instead of {@link TimerVisitor} to be safe for future extensions.
 */
public class AbstractTimerVisitor implements TimerVisitor {
    public void visit(SessionTimer sessionTimer) {

    }

    public void visit(ProjectTimer projectTimer) {

    }

    public void visit(MojoTimer mojoTimer) {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy