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

org.octopusden.octopus.escrow.model.IValidationResult.groovy Maven / Gradle / Ivy

The newest version!
package org.octopusden.octopus.escrow.model

interface IValidationResult {
    void handleError(String message)

    void handleErrors(List errors)

    Set getErrors()

    boolean isValid()

    void componentContainsMavenPublish(boolean value)

    boolean componentContainsMavenPublish()

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy