public class GolangConfiguration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUILD |
static java.lang.String |
TEST |
| Constructor and Description |
|---|
GolangConfiguration(java.lang.String name,
NotationParser notationParser) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFirstLevelDependency(java.lang.Object notation,
groovy.lang.Closure closure) |
GolangDependency |
create(java.lang.Object dependencyNotation,
groovy.lang.Closure configureClosure) |
GolangDependencySet |
getDependencies() |
DependencyRegistry |
getDependencyRegistry() |
java.lang.String |
getName() |
boolean |
hasFirstLevelDependencies() |
void |
resolveFirstLevelDependencies() |
public static final java.lang.String BUILD
public static final java.lang.String TEST
public GolangConfiguration(java.lang.String name,
NotationParser notationParser)
public DependencyRegistry getDependencyRegistry()
public GolangDependencySet getDependencies()
public java.lang.String getName()
public void addFirstLevelDependency(java.lang.Object notation,
groovy.lang.Closure closure)
public GolangDependency create(java.lang.Object dependencyNotation, groovy.lang.Closure configureClosure)
public void resolveFirstLevelDependencies()
public boolean hasFirstLevelDependencies()