Package com.android.builder.merge
Class LazyIncrementalFileMergerInputs
java.lang.Object
com.android.builder.merge.LazyIncrementalFileMergerInputs
Factory methods for
LazyIncrementalFileMergerInput.-
Method Summary
Modifier and TypeMethodDescriptionCreates an input from a set of directories or zips without any incremental information.
-
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 namebase- 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
-