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

de.pfabulist.loracle.license.FindingsDummy Maven / Gradle / Ivy

Go to download

maven plugin to check the licenses of all dependencies and possible incompatibilities

There is a newer version: 2.0.1
Show newest version
package de.pfabulist.loracle.license;

/**
 * Copyright (c) 2006 - 2017, Stephan Pfab
 * SPDX-License-Identifier: BSD-2-Clause
 */

public class FindingsDummy implements Findings {
    @Override
    public boolean isDebugEnabled() {
        return false;
    }

    @Override
    public void debug( CharSequence content ) {

    }

    @Override
    public void debug( CharSequence content, Throwable error ) {

    }

    @Override
    public void debug( Throwable error ) {

    }

    @Override
    public boolean isInfoEnabled() {
        return false;
    }

    @Override
    public void info( CharSequence content ) {

    }

    @Override
    public void info( CharSequence content, Throwable error ) {

    }

    @Override
    public void info( Throwable error ) {

    }

    @Override
    public boolean isWarnEnabled() {
        return false;
    }

    @Override
    public void warn( CharSequence content ) {

    }

    @Override
    public void warn( CharSequence content, Throwable error ) {

    }

    @Override
    public void warn( Throwable error ) {

    }

    @Override
    public boolean isErrorEnabled() {
        return false;
    }

    @Override
    public void error( CharSequence content ) {

    }

    @Override
    public void error( CharSequence content, Throwable error ) {

    }

    @Override
    public void error( Throwable error ) {

    }

    @Override
    public void throwOnError() {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy