- getBuildType() - Method in interface com.android.build.api.variant.VariantFilter
-
Returns the Build Type.
- 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.
- getContext() - Method in interface com.android.build.api.transform.TransformInvocation
-
Returns the context in which the transform is run.
- getDefaultConfig() - Method in interface com.android.build.api.variant.VariantFilter
-
Returns the ProductFlavor that represents the default config.
- getDirectoryInputs() - Method in interface com.android.build.api.transform.TransformInput
-
- getFile() - Method in interface com.android.build.api.transform.QualifiedContent
-
Returns he location of the content.
- getFile() - Method in class com.android.build.api.transform.SecondaryFile
-
Returns the file handle for this secondary input to a Transform.
- getFlavors() - Method in interface com.android.build.api.variant.VariantFilter
-
Returns the list of flavors, or an empty list.
- getInputs() - Method in interface com.android.build.api.transform.TransformInvocation
-
Returns the inputs/outputs of the transform.
- 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
-
- 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.
- getName() - Method in interface com.android.build.api.variant.VariantFilter
-
Returns the unique variant name.
- getOutputProvider() - Method in interface com.android.build.api.transform.TransformInvocation
-
Returns the output provider allowing to create content.
- 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.
- getReferencedInputs() - Method in interface com.android.build.api.transform.TransformInvocation
-
Returns the referenced-only inputs which are not consumed by this transformation.
- 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
-
- getSecondaryFileOutputs() - Method in class com.android.build.api.transform.Transform
-
Returns a list of additional (out of streams) file(s) that this Transform creates.
- getSecondaryFiles() - Method in class com.android.build.api.transform.Transform
-
Returns a list of additional file(s) that this Transform needs to run.
- getSecondaryInput() - Method in interface com.android.build.api.transform.SecondaryInput
-
The change event subject.
- getSecondaryInputs() - Method in interface com.android.build.api.transform.TransformInvocation
-
Returns the list of secondary file changes since last.
- getStatus() - Method in interface com.android.build.api.transform.JarInput
-
- getStatus() - Method in interface com.android.build.api.transform.SecondaryInput
-
The change status.
- 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
-