public interface DexOptions
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getAdditionalParameters() |
boolean |
getDexInProcess() |
java.lang.String |
getJavaMaxHeapSize() |
boolean |
getJumboMode() |
boolean |
getKeepRuntimeAnnotatedClasses() |
java.lang.Integer |
getMaxProcessCount() |
boolean |
getPreDexLibraries() |
java.lang.Integer |
getThreadCount() |
boolean getPreDexLibraries()
boolean getJumboMode()
boolean getDexInProcess()
boolean getKeepRuntimeAnnotatedClasses()
@Nullable java.lang.String getJavaMaxHeapSize()
@Nullable java.lang.Integer getThreadCount()
@Nullable java.lang.Integer getMaxProcessCount()
@NonNull java.util.List<java.lang.String> getAdditionalParameters()