public class BinaryFinder extends Object
| Constructor and Description |
|---|
BinaryFinder() |
| Modifier and Type | Method and Description |
|---|---|
static Optional<String> |
find(String executableName)
Look for a given executable in the PATH environment variable.
|
static Optional<File> |
get(String executablePath)
Test whether a path points to a file that is executable, and return the
File if it
is. |
Copyright © 2010–2025 The DAISY Consortium. All rights reserved.