Skip navigation links
C D F G I J N Q S T V 

C

com.android.build.api.transform - package com.android.build.api.transform
 
Context - Interface in com.android.build.api.transform
Context for the transform.

D

deleteAll() - Method in interface com.android.build.api.transform.TransformOutputProvider
Delete all content.
DirectoryInput - Interface in com.android.build.api.transform
A QualifiedContent of type directory.

F

Format - Enum in com.android.build.api.transform
The format in which content is stored.

G

getChangedFiles() - Method in interface com.android.build.api.transform.DirectoryInput
Returns the changed files.
getContentLocation(String, Set<QualifiedContent.ContentType>, Set<QualifiedContent.Scope>, Format) - Method in interface com.android.build.api.transform.TransformOutputProvider
Returns the location of content for a given set of Scopes, Content Types, and Format.
getContentTypes() - Method in interface com.android.build.api.transform.QualifiedContent
Returns the type of content that the stream represents.
getDirectoryInputs() - Method in interface com.android.build.api.transform.TransformInput
Returns a collection of DirectoryInput.
getFile() - Method in interface com.android.build.api.transform.QualifiedContent
Returns he location of the content.
getInputTypes() - Method in class com.android.build.api.transform.Transform
Returns the type(s) of data that is consumed by the Transform.
getJarInputs() - Method in interface com.android.build.api.transform.TransformInput
Returns a collection of JarInput.
getLogging() - Method in interface com.android.build.api.transform.Context
Returns the LoggingManager which can be used to control the logging level and standard output/error capture for this task.
getName() - Method in interface com.android.build.api.transform.QualifiedContent
Returns the name of the content.
getName() - Method in class com.android.build.api.transform.Transform
Returns the unique name of the transform.
getOutputTypes() - Method in class com.android.build.api.transform.Transform
Returns the type(s) of data that is generated by the Transform.
getParameterInputs() - Method in class com.android.build.api.transform.Transform
Returns a map of non-file input parameters using a unique identifier as the map key.
getPath() - Method in interface com.android.build.api.transform.Context
Returns the path of the task, which is a fully qualified name for the task.
getReferencedScopes() - Method in class com.android.build.api.transform.Transform
Returns the referenced scope(s) for the Transform.
getScopes() - Method in interface com.android.build.api.transform.QualifiedContent
Returns the scope of the content.
getScopes() - Method in class com.android.build.api.transform.Transform
Returns the scope(s) of the Transform.
getSecondaryDirectoryOutputs() - Method in class com.android.build.api.transform.Transform
Returns a list of additional (out of streams) directory(ies) that this Transform creates.
getSecondaryFileInputs() - Method in class com.android.build.api.transform.Transform
Returns a list of additional file(s) that this Transform needs to run.
getSecondaryFileOutputs() - Method in class com.android.build.api.transform.Transform
Returns a list of additional (out of streams) file(s) that this Transform creates.
getStatus() - Method in interface com.android.build.api.transform.JarInput
 
getTemporaryDir() - Method in interface com.android.build.api.transform.Context
Returns a directory which this task can use to write temporary files to.
getValue() - Method in interface com.android.build.api.transform.QualifiedContent.ContentType
A unique value for a content type.
getValue() - Method in enum com.android.build.api.transform.QualifiedContent.DefaultContentType
 
getValue() - Method in enum com.android.build.api.transform.QualifiedContent.Scope
 

I

isIncremental() - Method in class com.android.build.api.transform.Transform
Returns whether the Transform can perform incremental work.

J

JarInput - Interface in com.android.build.api.transform
A QualifiedContent of type jar.

N

name() - Method in interface com.android.build.api.transform.QualifiedContent.ContentType
Content type name, readable by humans.

Q

QualifiedContent - Interface in com.android.build.api.transform
Represent content qualified with one or more QualifiedContent.ContentType and one or more QualifiedContent.Scope.
QualifiedContent.ContentType - Interface in com.android.build.api.transform
A content type that is requested through the transform API.
QualifiedContent.DefaultContentType - Enum in com.android.build.api.transform
The type of of the content.
QualifiedContent.Scope - Enum in com.android.build.api.transform
The scope of the content.

S

Status - Enum in com.android.build.api.transform
The file changed status for incremental execution.

T

Transform - Class in com.android.build.api.transform
A Transform that processes intermediary build artifacts.
Transform() - Constructor for class com.android.build.api.transform.Transform
 
transform(Context, Collection<TransformInput>, Collection<TransformInput>, TransformOutputProvider, boolean) - Method in class com.android.build.api.transform.Transform
Executes the Transform.
TransformException - Exception in com.android.build.api.transform
An exception during the execution of a Transform

This API is non final and is subject to change.

TransformException(Throwable) - Constructor for exception com.android.build.api.transform.TransformException
 
TransformException(String) - Constructor for exception com.android.build.api.transform.TransformException
 
TransformInput - Interface in com.android.build.api.transform
The input to a Transform.
TransformOutputProvider - Interface in com.android.build.api.transform
The output of a transform.

V

valueOf(String) - Static method in enum com.android.build.api.transform.Format
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.build.api.transform.QualifiedContent.DefaultContentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.build.api.transform.QualifiedContent.Scope
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.android.build.api.transform.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.android.build.api.transform.Format
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.build.api.transform.QualifiedContent.DefaultContentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.build.api.transform.QualifiedContent.Scope
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.android.build.api.transform.Status
Returns an array containing the constants of this enum type, in the order they are declared.
C D F G I J N Q S T V