- 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
-
- 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
-
- 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
-