PermisosTransform

class PermisosTransform : Transform

Functions

applyToVariant
Link copied to clipboard
@Incubating()
open fun applyToVariant(p0: VariantInfo): Boolean
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
getInputTypes
Link copied to clipboard
open override fun getInputTypes(): MutableSet<QualifiedContent.ContentType>
getName
Link copied to clipboard
open override fun getName(): String
getOutputTypes
Link copied to clipboard
open fun getOutputTypes(): MutableSet<QualifiedContent.ContentType>
getParameterInputs
Link copied to clipboard
open fun getParameterInputs(): MutableMap<String, Any>
getReferencedScopes
Link copied to clipboard
open fun getReferencedScopes(): MutableSet<in QualifiedContent.Scope>
getScopes
Link copied to clipboard
open override fun getScopes(): MutableSet<in QualifiedContent.Scope>
getSecondaryDirectoryOutputs
Link copied to clipboard
open fun getSecondaryDirectoryOutputs(): MutableCollection<File>
getSecondaryFileInputs
Link copied to clipboard
open fun getSecondaryFileInputs(): MutableCollection<File>
getSecondaryFileOutputs
Link copied to clipboard
open fun getSecondaryFileOutputs(): MutableCollection<File>
getSecondaryFiles
Link copied to clipboard
open fun getSecondaryFiles(): MutableCollection<SecondaryFile>
hashCode
Link copied to clipboard
open fun hashCode(): Int
isCacheable
Link copied to clipboard
open fun isCacheable(): Boolean
isIncremental
Link copied to clipboard
open override fun isIncremental(): Boolean
setOutputDirectory
Link copied to clipboard
open fun setOutputDirectory(p0: Property<Directory>)
setOutputFile
Link copied to clipboard
open fun setOutputFile(p0: Property<RegularFile>)
toString
Link copied to clipboard
open fun toString(): String
transform
Link copied to clipboard
open override fun transform(invocation: TransformInvocation)
open fun transform(p0: Context, p1: MutableCollection<TransformInput>, p2: MutableCollection<TransformInput>, p3: TransformOutputProvider, p4: Boolean)