|
||||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Objectcom.android.build.gradle.internal.tasks.IncrementalTask
com.android.build.gradle.tasks.ProcessAndroidResources
class ProcessAndroidResources extends IncrementalTask
Property Summary | |
---|---|
AaptOptionsImpl |
aaptOptions
|
java.io.File |
assetsDir
|
boolean |
debuggable
|
java.util.List |
libraries
|
java.io.File |
manifestFile
|
java.lang.String |
packageForR
|
java.io.File |
packageOutputFile
|
java.io.File |
proguardOutputFile
|
java.io.File |
resDir
|
java.util.Collection |
resourceConfigs
|
java.io.File |
sourceOutputDir
|
java.io.File |
textSymbolOutputDir
|
VariantConfiguration |
type
|
Method Summary | |
---|---|
protected void
|
doFullTaskAction()
|
Property Detail |
---|
@Nested AaptOptionsImpl aaptOptions
@InputDirectory @Optional java.io.File assetsDir
@Input boolean debuggable
@Nested java.util.List libraries
@InputFile java.io.File manifestFile
@Input @Optional java.lang.String packageForR
@OutputFile @Optional java.io.File packageOutputFile
@OutputFile @Optional java.io.File proguardOutputFile
@InputDirectory java.io.File resDir
@Input java.util.Collection resourceConfigs
@OutputDirectory @Optional java.io.File sourceOutputDir
@OutputDirectory @Optional java.io.File textSymbolOutputDir
VariantConfiguration type
Method Detail |
---|
@Override protected void doFullTaskAction()
Copyright (C) 2012 The Android Open Source Project