public interface ProjectBuildFileParserFactory extends FileParserFactory<BuildFileManifest>
| Modifier and Type | Method and Description |
|---|---|
ProjectBuildFileParser |
createFileParser(BuckEventBus eventBus,
Cell cell,
Watchman watchman,
boolean threadSafe)
Creates an instance of
ProjectBuildFileParser based on passed in options. |
ProjectBuildFileParser createFileParser(BuckEventBus eventBus, Cell cell, Watchman watchman, boolean threadSafe)
ProjectBuildFileParser based on passed in options.createFileParser in interface FileParserFactory<BuildFileManifest>