public class RealOutsideWorld extends Object implements OutsideWorld
| Constructor and Description |
|---|
RealOutsideWorld() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
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) |
public void stdOutLine(String text)
stdOutLine in interface OutsideWorldpublic void stdErrLine(String text)
stdErrLine in interface OutsideWorldpublic String readLine()
readLine in interface OutsideWorldConsole.readLine()public String promptLine(String fmt, Object... args)
promptLine in interface OutsideWorldConsole.readLine(String, Object...)public char[] promptPassword(String fmt, Object... args)
OutsideWorldpromptPassword in interface OutsideWorldConsole.readPassword(String, Object...)public void exit(int status)
exit in interface OutsideWorldpublic void printStacktrace(Exception exception)
printStacktrace in interface OutsideWorldpublic org.neo4j.io.fs.FileSystemAbstraction fileSystem()
fileSystem in interface OutsideWorldpublic PrintStream errorStream()
errorStream in interface OutsideWorldpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic PrintStream outStream()
outStream in interface OutsideWorldCopyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.