public interface TransformInput
It is mostly composed of a list of JarInput and a list of DirectoryInput.
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DirectoryInput> |
getDirectoryInputs()
Returns a collection of
DirectoryInput. |
java.util.Collection<JarInput> |
getJarInputs()
Returns a collection of
JarInput. |
@NonNull java.util.Collection<JarInput> getJarInputs()
JarInput.@NonNull java.util.Collection<DirectoryInput> getDirectoryInputs()
DirectoryInput.