@groovy.transform.EqualsAndHashCode @groovy.transform.ToString class BowerConfig extends java.lang.Object
Configuration for using bower.
| Type | Name and description |
|---|---|
java.util.List<BowerDependency> |
dependencies |
java.util.List<BowerDependencyResolution> |
dependencyResolutions |
org.gradle.api.logging.LogLevel |
logLevel |
java.util.List |
options |
boolean |
parallelize |
static long |
serialVersionUID |
| Constructor and description |
|---|
BowerConfig
() |
| Type | Name and description |
|---|---|
void |
dependencies(groovy.lang.Closure configureClosure)Configure bower dependencies by closure. |
void |
install(java.util.Map configuration)Add a bower dependency by configuration map. |
java.lang.Object |
methodMissing(java.lang.String name, java.lang.Object args) |
void |
resolve(java.util.Map configuration)Add a bower dependency resolution by $ configuration map.
|
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Configure bower dependencies by closure.
configureClosure - closure to be passed to this config object Add a bower dependency by configuration map.
configuration - configuration map containing dependency information Add a bower dependency resolution by $configuration map.
This is equivalent to resolutions in bower.json.
configuration - configuration map containing dependency resolution informationGroovy Documentation