TransformInput

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

fun getDirectoryInputs(): (Mutable)Collection<DirectoryInput!>!

Returns a collection of DirectoryInput.

getJarInputs

fun getJarInputs(): (Mutable)Collection<JarInput!>!

Returns a collection of JarInput.