public interface SystemAccess
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SystemAccess.Console |
static class |
SystemAccess.HaltingException |
| Modifier and Type | Method and Description |
|---|---|
SystemAccess.Console |
console() |
Path |
createDirectory(Path dir,
FileAttribute<?>... attrs) |
PrintStream |
err() |
void |
exit(int status) |
Path |
move(Path source,
Path target,
CopyOption... options) |
PrintStream |
out() |
void |
setProperty(String name,
String value) |
void exit(int status) throws SystemAccess.HaltingException
SystemAccess.HaltingException - Thrown for implementations that do not acutally exit the JVM so that execution is interrupted.SystemAccess.Console console()
PrintStream err()
PrintStream out()
Path move(Path source, Path target, CopyOption... options) throws IOException
IOExceptionPath createDirectory(Path dir, FileAttribute<?>... attrs) throws IOException
IOExceptionCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.