Changed Methods |
long
getFreeMemory()
|
Documentation changed from old to new. |
Gets free available memory for JDK. |
int
getTimeBasedIntSeed()
|
Documentation changed from old to new. |
Gets seed as int value of current time in milliseconds. |
long
getTimeBasedSeed()
|
Documentation changed from old to new. |
Gets seed as long value of current time in milliseconds. |
StringBuilder
runProcessAndCollectErrors(
String,
String
)
|
Documentation changed from old to new. |
Executes the specified command and arguments in a separate process with the specified environment and working directory and returns output errors as a string. |
String
runProcessAndGetOutput(
String,
String
)
|
Documentation changed from old to new. |
Executes the specified command and arguments in a separate process with the specified environment and working directory and returns output as a string. |
ProcessInfo
runProcessAndGetProcessInfo(
String,
String
)
|
Documentation changed from old to new. |
Executes the specified command and arguments in a separate process with the specified environment and working directory and returns process info. |
int
runProcessAndGetExitCode(
String,
String
)
|
Documentation changed from old to new. |
Executes the specified command and arguments in a separate process with the specified environment and working directory. |
int
runProcessAndGetExitCode(
String,
String
,
String
)
|
Documentation changed from old to new. |
Executes the specified command and arguments in a separate process with the specified environment and working directory. |
boolean
runProcessAndWait(
String,
String
)
|
Documentation changed from old to new. |
Executes the specified command and arguments in a separate process with the specified environment and working directory. |
boolean
runProcessAndWait(
String,
String
,
String
)
|
Documentation changed from old to new. |
Executes the specified command and arguments in a separate process with the specified environment and working directory. |