Class LazyIncrementalFileMergerInputs

java.lang.Object
com.android.builder.merge.LazyIncrementalFileMergerInputs

public final class LazyIncrementalFileMergerInputs extends Object
Factory methods for LazyIncrementalFileMergerInput.
  • Method Details

    • fromNew

      @NonNull public static LazyIncrementalFileMergerInput fromNew(@NonNull String name, @NonNull Set<File> base)
      Creates an input from a set of directories or zips without any incremental information.
      Parameters:
      name - the input set name
      base - the directories and zips; no files with the same OS-independent paths may exist when constructing the trees from these elements; because the construction is lazy, duplicate files may be detected later and failures show up later
      Returns:
      the input