@Stability(value=Stable) public static final class Dependency.Builder extends Object
Dependency| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
build()
Builds the configured instance.
|
Dependency.Builder |
withSource(IConstruct value)
Sets the value of Source
|
Dependency.Builder |
withTarget(IConstruct value)
Sets the value of Target
|
@Stability(value=Stable) public Dependency.Builder withSource(IConstruct value)
value - Source the dependency.this@Stability(value=Stable) public Dependency.Builder withTarget(IConstruct value)
value - Target of the dependency.this@Stability(value=Stable) public Dependency build()
DependencyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.