return Continuation.INPUT_COMPLETE;
}
private int execute(CountingReader reader, ProgressReporter reporter, Config config) throws IOException {
GraphDatabaseService db = getServer().getDb();
return new GeoffFormat(db).load(reader, reporter, config).getNodes();
}