blob: 85bc7b74346618460a56d334785bc6cb9d15e8dd [file]
---
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`.