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 |
(Mutable)Collection<JarInput!> |
Returns a collection of |
Public functions
getDirectoryInputs
fun getDirectoryInputs(): (Mutable)Collection<DirectoryInput!>
Returns a collection of DirectoryInput
.