public interface Console
| Modifier and Type | Method and Description |
|---|---|
void |
format(String format,
Object... args)
Prints a formatted string to the console (System.out).
|
String |
readLine(String prompt) |
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.