com.android.builder.model
Interface AaptOptions


public interface AaptOptions

Options for aapt.


Method Summary
 boolean getFailOnMissingConfigEntry()
          passes the --error-on-missing-config-entry parameter to the aapt command, by default false.
 java.lang.String getIgnoreAssets()
          Returns the value for the --ignore-assets option, or null
 java.util.Collection<java.lang.String> getNoCompress()
          Returns the list of values for the -0 (disabled compression) option, or null
 

Method Detail

getIgnoreAssets

java.lang.String getIgnoreAssets()
Returns the value for the --ignore-assets option, or null


getNoCompress

java.util.Collection<java.lang.String> getNoCompress()
Returns the list of values for the -0 (disabled compression) option, or null


getFailOnMissingConfigEntry

boolean getFailOnMissingConfigEntry()
passes the --error-on-missing-config-entry parameter to the aapt command, by default false.