@Stability(value=Stable) public static final class ResolveOptions.Builder extends Object
ResolveOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ResolveOptions |
build()
Builds the configured instance.
|
ResolveOptions.Builder |
preparing(Boolean preparing)
Sets the value of Preparing
|
ResolveOptions.Builder |
resolver(ITokenResolver resolver)
Sets the value of Resolver
|
ResolveOptions.Builder |
scope(IConstruct scope)
Sets the value of Scope
|
@Stability(value=Stable) public ResolveOptions.Builder resolver(ITokenResolver resolver)
resolver - The resolver to apply to any resolvable tokens found. This parameter is required.this@Stability(value=Stable) public ResolveOptions.Builder scope(IConstruct scope)
scope - The scope from which resolution is performed. This parameter is required.this@Stability(value=Stable) public ResolveOptions.Builder preparing(Boolean preparing)
preparing - Whether the resolution is being executed during the prepare phase or not.this@Stability(value=Stable) public ResolveOptions build()
ResolveOptionsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.