public interface ExecutableConfig
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExecutableConfig.BasicExecutableConfig |
| Modifier and Type | Method and Description |
|---|---|
static ExecutableConfig |
byNameOnly(String executableName) |
static ExecutableConfig |
byPathOnly(File executableFile) |
boolean |
isExecutableAvailable()
Checks whether the executable is available.
|
com.github.mike10004.nativehelper.subprocess.Subprocess.Builder |
subprocessBuilder()
Creates a new subprocess builder.
|
com.github.mike10004.nativehelper.subprocess.Subprocess.Builder subprocessBuilder()
boolean isExecutableAvailable()
static ExecutableConfig byNameOnly(String executableName)
static ExecutableConfig byPathOnly(File executableFile)
Copyright © 2016–2018. All rights reserved.