public interface OutsideWorld extends Closeable
| Modifier and Type | Method and Description |
|---|---|
PrintStream |
errorStream() |
void |
exit(int status) |
org.neo4j.io.fs.FileSystemAbstraction |
fileSystem() |
PrintStream |
outStream() |
void |
printStacktrace(Exception exception) |
String |
promptLine(String fmt,
Object... args) |
char[] |
promptPassword(String fmt,
Object... args)
It is strongly advised that the return character array is overwritten as soon as the password has been processed,
to avoid having it linger in memory any longer than strictly necessary.
|
String |
readLine() |
void |
stdErrLine(String text) |
void |
stdOutLine(String text) |
void stdOutLine(String text)
void stdErrLine(String text)
String readLine()
Console.readLine()String promptLine(String fmt, Object... args)
Console.readLine(String, Object...)char[] promptPassword(String fmt, Object... args)
Console.readPassword(String, Object...)void exit(int status)
void printStacktrace(Exception exception)
org.neo4j.io.fs.FileSystemAbstraction fileSystem()
PrintStream errorStream()
PrintStream outStream()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.