public class Executable
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Executable(java.io.File path)
New Executable
|
Executable(java.lang.String exe)
New Executable
|
Modifier and Type | Method and Description |
---|---|
boolean |
isFile()
Check if the Executable String is a file
|
java.io.File |
toFile()
Get Executable File
|
java.lang.String |
toString() |
public Executable(java.lang.String exe)
exe
- Executable String or File Pathpublic Executable(java.io.File path)
path
- File Pathpublic java.lang.String toString()
toString
in class java.lang.Object
public boolean isFile()
public java.io.File toFile()