
com.github.fonimus.ssh.shell.postprocess.PostProcessor Maven / Gradle / Ivy
The newest version!
package com.github.fonimus.ssh.shell.postprocess;
import java.util.List;
/**
* Post processor interface
*/
public interface PostProcessor {
String getName();
String process(T result, List parameters) throws PostProcessorException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy