
com.orientechnologies.common.console.OCommandStream Maven / Gradle / Ivy
The newest version!
package com.orientechnologies.common.console;
import com.orientechnologies.common.concur.resource.OCloseable;
/**
* @author Artem Orobets
*/
public interface OCommandStream extends OCloseable {
boolean hasNext();
String nextCommand();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy