![JAR search and dependency download from the Maven repository](/logo.png)
io.itit.ExpectHolder Maven / Gradle / Ivy
package io.itit;
/**
*
* @author skydu
*
*/
public class ExpectHolder {
//
public static interface ExpectCallback {
void invoke(String input);
}
//
public String regex;
public boolean once;
public ExpectCallback callback;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy