Interface OCommandStream

All Superinterfaces:
OCloseable
All Known Implementing Classes:
OConsoleCommandStream

public interface OCommandStream extends OCloseable
Author:
Artem Orobets (enisher-at-gmail.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
     

    Methods inherited from interface com.orientechnologies.common.concur.resource.OCloseable

    close
  • Method Details

    • hasNext

      boolean hasNext()
    • nextCommand

      String nextCommand()