static class GemUtils.JarsToProcess extends Object implements Serializable
Information on which JAR-dependent GEMs need to be processed from a configuration.
| Type | Name and description |
|---|---|
java.util.List<String> |
coordinates |
java.util.Map<String, String> |
fileRenameMap |
java.util.Set<File> |
jars |
| Constructor and description |
|---|
JarsToProcess
() |
JarsToProcess
(Iterable<File> jars, java.util.Map<String, String> fileRenameMap) |
Groovy Documentation