|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
@Beta public interface TransformInput
The input to a Transform.
It is mostly composed of a list ofJarInput 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.
| Method Summary | |
|---|---|
Collection<DirectoryInput> |
getDirectoryInputs()
Returns a collection of DirectoryInput. |
Collection<JarInput> |
getJarInputs()
Returns a collection of JarInput. |
| Method Detail |
|---|
@NonNull Collection<JarInput> getJarInputs()
JarInput.
@NonNull Collection<DirectoryInput> getDirectoryInputs()
DirectoryInput.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||