public class Command extends Object
Wrapper around an executable command outside the JVM.
| Constructor and Description |
|---|
Command(String path,
String executable)
Represents the latest version of the executable found by scanning subfolders of path.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAvailable()
Tests if an executable file was found in the path.
|
Copyright © 2018–2019 Write Them First!. All rights reserved.