TransformInput

Added in 4.2.0
Deprecated in 7.0.0

interface TransformInput


The input to a Transform.

It is mostly composed of a list of JarInput and a list of DirectoryInput.

Summary

Public functions

(Mutable)Collection<DirectoryInput!>!

Returns a collection of DirectoryInput.

(Mutable)Collection<JarInput!>!

Returns a collection of JarInput.

Public functions

getDirectoryInputs

Added in 4.2.0
Deprecated in 7.0.0
fun getDirectoryInputs(): (Mutable)Collection<DirectoryInput!>!

Returns a collection of DirectoryInput.

getJarInputs

Added in 4.2.0
Deprecated in 7.0.0
fun getJarInputs(): (Mutable)Collection<JarInput!>!

Returns a collection of JarInput.