public class Executable
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
isFile |
Constructor and Description |
---|
Executable(java.io.File path)
New Executable
|
Executable(java.lang.String exe)
New Executable
|
Modifier and Type | Method and Description |
---|---|
java.io.File |
toFile()
Get Executable File
|
java.lang.String |
toString() |