public class PackageFileParserFactory extends Object implements FileParserFactory<PackageFileManifest>
PackageFileParser
.Constructor and Description |
---|
PackageFileParserFactory(TypeCoercerFactory typeCoercerFactory,
ParserPythonInterpreterProvider pythonInterpreterProvider,
KnownRuleTypesProvider knownRuleTypesProvider,
boolean enableProfiling) |
Modifier and Type | Method and Description |
---|---|
PackageFileParser |
createFileParser(BuckEventBus eventBus,
Cell cell,
Watchman watchman,
boolean threadSafe)
Callers are responsible for managing the life-cycle of the created
PackageFileParser . |
public PackageFileParserFactory(TypeCoercerFactory typeCoercerFactory, ParserPythonInterpreterProvider pythonInterpreterProvider, KnownRuleTypesProvider knownRuleTypesProvider, boolean enableProfiling)
public PackageFileParser createFileParser(BuckEventBus eventBus, Cell cell, Watchman watchman, boolean threadSafe)
PackageFileParser
.createFileParser
in interface FileParserFactory<PackageFileManifest>