public class ExecutableFinder
extends java.lang.Object
| Constructor and Description |
|---|
ExecutableFinder() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
find(java.lang.String named)
Find the executable by scanning the file system and the PATH.
|
public java.lang.String find(java.lang.String named)
named - The name of the executable to find