Searched refs:manifestFileFlagSupplier (Results 1 – 1 of 1) sorted by relevance
125 private Supplier<ManifestFileFlag> manifestFileFlagSupplier; field in ManifestFileGroupPopulator.Builder190 Supplier<ManifestFileFlag> manifestFileFlagSupplier) { in setManifestFileFlagSupplier() argument191 this.manifestFileFlagSupplier = manifestFileFlagSupplier; in setManifestFileFlagSupplier()273 manifestFileFlagSupplier, "Must call setManifestFileFlagSupplier() before build()."); in build()292 private final Supplier<ManifestFileFlag> manifestFileFlagSupplier; field in ManifestFileGroupPopulator318 this.manifestFileFlagSupplier = builder.manifestFileFlagSupplier; in ManifestFileGroupPopulator()338 ManifestFileFlag manifestFileFlag = manifestFileFlagSupplier.get(); in refreshFileGroups()