All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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