|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AndroidArtifact
The information for a generated Android artifact.
Method Summary | |
---|---|
java.lang.String |
getApplicationId()
Returns the application id of this artifact. |
java.io.File |
getGeneratedManifest()
The generated manifest for this variant's artifact. |
java.util.Collection<java.io.File> |
getGeneratedResourceFolders()
Returns all the resource folders that are generated. |
java.util.Collection<java.io.File> |
getGeneratedSourceFolders()
Returns all the source folders that are generated. |
java.io.File |
getOutputFile()
Returns the output file for this artifact. |
java.lang.String |
getSigningConfigName()
Returns the name of the SigningConfig used for the signing. |
java.lang.String |
getSourceGenTaskName()
Returns the name of the task used to generate the source code. |
boolean |
isSigned()
Returns whether the output file is signed. |
Methods inherited from interface com.android.builder.model.BaseArtifact |
---|
getAssembleTaskName, getClassesFolder, getDependencies, getJavaCompileTaskName, getMultiFlavorSourceProvider, getName, getVariantSourceProvider |
Method Detail |
---|
@NonNull java.io.File getOutputFile()
boolean isSigned()
@Nullable java.lang.String getSigningConfigName()
SigningConfig
used for the signing. If none are setup or
if this is the main artifact of a library project, then this is null.
@NonNull java.lang.String getApplicationId()
@NonNull java.lang.String getSourceGenTaskName()
@NonNull java.io.File getGeneratedManifest()
@NonNull java.util.Collection<java.io.File> getGeneratedSourceFolders()
@NonNull java.util.Collection<java.io.File> getGeneratedResourceFolders()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |