public class Groovyc extends Object implements Tool
| Modifier and Type | Field and Description |
|---|---|
static String |
BIN_GROOVYC |
| Constructor and Description |
|---|
Groovyc(SourcePath path,
boolean external) |
Groovyc(java.util.function.Supplier<? extends SourcePath> path,
boolean external) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<String> |
getCommandPrefix(SourcePathResolverAdapter resolver) |
com.google.common.collect.ImmutableMap<String,String> |
getEnvironment(SourcePathResolverAdapter resolver) |
public static String BIN_GROOVYC
public Groovyc(java.util.function.Supplier<? extends SourcePath> path, boolean external)
public Groovyc(SourcePath path, boolean external)
public com.google.common.collect.ImmutableList<String> getCommandPrefix(SourcePathResolverAdapter resolver)
getCommandPrefix in interface Toolpublic com.google.common.collect.ImmutableMap<String,String> getEnvironment(SourcePathResolverAdapter resolver)
getEnvironment in interface Tool