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