org.standardout.gradle.plugin.platform.internal.config
[Groovy] Class BundleDependency
java.lang.Object
org.standardout.gradle.plugin.platform.internal.config.BundleDependency
class BundleDependency
Represents the configuration of a bundle dependency.
- Authors:
- Simon Templer
|
Property Summary |
org.gradle.api.artifacts.Dependency |
dependency
The project dependency once it was registered using registerDependency.
|
groovy.lang.Closure |
matchClosure
A closure that matches this dependency against a given BundleArtifact.
|
|
Constructor Summary |
BundleDependency(org.gradle.api.Project project, java.lang.Object dependencyNotation, groovy.lang.Closure configClosure, boolean createDependency)
|
|
Methods inherited from 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() |
dependency
final org.gradle.api.artifacts.Dependency dependency
- The project dependency once it was registered using registerDependency.
matchClosure
final groovy.lang.Closure matchClosure
- A closure that matches this dependency against a given BundleArtifact.
BundleDependency
BundleDependency(org.gradle.api.Project project, java.lang.Object dependencyNotation, groovy.lang.Closure configClosure, boolean createDependency)
-
Groovy Documentation