Package com.android.multidex
Class ClassReferenceListBuilder
java.lang.Object
com.android.multidex.ClassReferenceListBuilder
Tool to find direct class references to other classes.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ClassReferenceListBuilder
public ClassReferenceListBuilder(com.android.multidex.Path path)
-
-
Method Details
-
main
Deprecated.useMainDexListBuilder.main(String[])
instead.Kept for compatibility with the gradle integration, this method just forwards toMainDexListBuilder.main(String[])
. -
addRoots
- Parameters:
jarOfRoots
- Archive containing the class files resulting of the tracing, typically this is the result of running ProGuard.- Throws:
IOException
-
MainDexListBuilder.main(String[])
instead.