public class ExecutableFiles
extends java.lang.Object
| Constructor and Description |
|---|
ExecutableFiles() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getIncludes() |
boolean |
hasFiles() |
void |
include(java.lang.String path)
Add a path to an executable.
|