@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 |
withResolver(ITokenResolver value)
Sets the value of Resolver
|
ResolveOptions.Builder |
withScope(IConstruct value)
Sets the value of Scope
|
@Stability(value=Stable) public ResolveOptions.Builder withResolver(ITokenResolver value)
value - The resolver to apply to any resolvable tokens found.this@Stability(value=Stable) public ResolveOptions.Builder withScope(IConstruct value)
value - The scope from which resolution is performed.this@Stability(value=Stable) public ResolveOptions build()
ResolveOptionsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.