de.dagere.peass.analysis.properties.PropertyProcessor Maven / Gradle / Ivy
package de.dagere.peass.analysis.properties;
public interface PropertyProcessor {
public void process(String version, String testcase, ChangeProperty change, ChangeProperties changeProperties);
}