@Beta
public interface TransformInput
JarInput
and a list of DirectoryInput
.
This API is non final and is subject to change. We are looking for feedback, and will
attempt to stabilize it in the 1.6 time frame.Modifier and Type | Method and Description |
---|---|
Collection<DirectoryInput> |
getDirectoryInputs()
Returns a collection of
DirectoryInput . |
Collection<JarInput> |
getJarInputs()
Returns a collection of
JarInput . |
@NonNull Collection<JarInput> getJarInputs()
JarInput
.@NonNull Collection<DirectoryInput> getDirectoryInputs()
DirectoryInput
.