| --- |
| title: 'FilesToRunProvider' |
| --- |
| |
| ## Members |
| |
| * [executable](#executable) |
| * [repo\_mapping\_manifest](#repo_mapping_manifest) |
| * [runfiles\_manifest](#runfiles_manifest) |
| |
| ## executable |
| |
| ``` |
| File FilesToRunProvider.executable |
| ``` |
| |
| The main executable or None if it does not exist. |
| May return `None`. |
| |
| ## repo\_mapping\_manifest |
| |
| ``` |
| File FilesToRunProvider.repo_mapping_manifest |
| ``` |
| |
| The repo mapping manifest or None if it does not exist. |
| May return `None`. |
| |
| ## runfiles\_manifest |
| |
| ``` |
| File FilesToRunProvider.runfiles_manifest |
| ``` |
| |
| The runfiles manifest or None if it does not exist. |
| May return `None`. |