com.android.builder.model
Interface AaptOptions


public interface AaptOptions

Options for aapt.


Method Summary
 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
 boolean getUseAaptPngCruncher()
           
 

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


getUseAaptPngCruncher

boolean getUseAaptPngCruncher()