public class ConfigurationBean extends Object
| Constructor and Description |
|---|
ConfigurationBean(String name)
The name of the configuration for the dependencies
|
| Modifier and Type | Method and Description |
|---|---|
void |
addDependencies(org.gradle.api.artifacts.DependencySet dependencySet)
Add dependencies to this specific configuration
|
List<org.gradle.api.artifacts.Dependency> |
getDependencies()
Get the dependencies for this configuration
|
String |
getName()
Get the name of the configuration
|
public ConfigurationBean(String name)
name - the name of the configurationpublic void addDependencies(org.gradle.api.artifacts.DependencySet dependencySet)
dependencySet - the set of dependencies to addpublic String getName()
public List<org.gradle.api.artifacts.Dependency> getDependencies()