public class IdeLibraryFactory
extends java.lang.Object
Library.| Constructor and Description |
|---|
IdeLibraryFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.android.builder.model.level2.Library |
create(com.android.builder.model.level2.Library library) |
protected static <T> T |
defaultValueIfNotPresent(java.util.function.Supplier<T> propertyInvoker,
T defaultValue) |
@NonNull
public com.android.builder.model.level2.Library create(@NonNull
com.android.builder.model.level2.Library library)
library - Instance of level 2 library returned by android plugin.Library based on library type.@Nullable
protected static <T> T defaultValueIfNotPresent(@NonNull
java.util.function.Supplier<T> propertyInvoker,
@Nullable
T defaultValue)