public class OScannerCommandStream extends Object implements OCommandStream
Constructor and Description |
---|
OScannerCommandStream(File file) |
OScannerCommandStream(String commands) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes resources inside of call of OStorage#close().
|
boolean |
hasNext() |
String |
nextCommand() |
public OScannerCommandStream(String commands)
public OScannerCommandStream(File file) throws FileNotFoundException
FileNotFoundException
public boolean hasNext()
hasNext
in interface OCommandStream
public String nextCommand()
nextCommand
in interface OCommandStream
public void close()
OCloseable
close
in interface OCloseable
Copyright © 2009–2020 OrientDB. All rights reserved.