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

com.avioconsulting.mule.maven.formatter.IFormatter Maven / Gradle / Ivy

The newest version!
package com.avioconsulting.mule.maven.formatter;

import com.avioconsulting.mule.maven.mojo.AbstractMuleLinterMojo;

import java.io.IOException;

public interface IFormatter {

    IFormatter withRuleExecutor(com.avioconsulting.mule.linter.model.rule.RuleExecutor re);
   
    void buildReport() throws IOException;

    IFormatter withMojo(AbstractMuleLinterMojo mojo);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy