com.github.mike10004.xvfbmanager.ScreenshotConverter Maven / Gradle / Ivy
/*
* (c) 2016 Mike Chaberski
*/
package com.github.mike10004.xvfbmanager;
import java.io.IOException;
public interface ScreenshotConverter {
D convert(S source) throws IOException, XvfbException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy