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

com.exasol.projectkeeper.Validator Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
package com.exasol.projectkeeper;

import java.util.List;

import com.exasol.projectkeeper.validators.finding.ValidationFinding;

/**
 * Interface for project validators.
 */
// [impl->dsn~validators~1]
public interface Validator {

    /**
     * Validate the current project.
     * 
     * @return list of findings
     */
    public List validate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy