Package | Description |
---|---|
org.javalite.common |
This package is a Swiss Army knife of utilities used in JavaLite as well as outside
|
Modifier and Type | Method and Description |
---|---|
static RuntimeUtil.Response |
RuntimeUtil.execute(int maxBuffer,
File dir,
String... command)
Executes an external command and provides results of execution.
|
static RuntimeUtil.Response |
RuntimeUtil.execute(int maxBuffer,
String... command)
Executes an external command and provides results of execution at the current location.
|
static RuntimeUtil.Response |
RuntimeUtil.execute(String... command)
Executes an external command and provides results of execution.
|
static RuntimeUtil.Response |
RuntimeUtil.execute(String command)
Convenience method, does the same as
RuntimeUtil.execute(String...) , but will
automatically convert a full command string to tokens for convenience. |
Copyright © 2019 JavaLite. All rights reserved.