Config info for Divider plugin
| Type | Name and description |
|---|---|
java.lang.String |
configFilePath of config file. |
int |
desiredDexMethodCountThe desired number of per dex file |
int |
desiredMaxDexCountThe max number of dex |
int |
dexMethodCountPaddingTo avoid generating small dex file |
boolean |
enable |
int |
forceDexCountDivider will ignore desiredDexMethodCount value if forceDexCount number lg 0 |
int |
forceMethodCountForce method count , ignore other attribute |
int |
maxDexMethodCountICS compatible |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Path of config file. Auto add project dir prefix if it was not full path
The desired number of per dex file
The max number of dex
To avoid generating small dex file
Divider will ignore desiredDexMethodCount value if forceDexCount number lg 0
Force method count , ignore other attribute
ICS compatible