| Package | Description |
|---|---|
| io.knotx.stack.model | |
| io.knotx.stack.resolver |
| Modifier and Type | Class and Description |
|---|---|
class |
StackResolutionOptions
The options configuring the stack resolution.
|
| Modifier and Type | Method and Description |
|---|---|
ResolverOptions |
ResolverOptions.setHttpProxy(String httpProxy)
Sets the address of the proxy used for HTTP requests.
|
ResolverOptions |
ResolverOptions.setHttpsProxy(String httpsProxy)
Sets the address of the proxy used for HTTPS requests.
|
ResolverOptions |
ResolverOptions.setLocalRepository(String localRepository)
Sets the path to the local Maven repository.
|
ResolverOptions |
ResolverOptions.setRemoteRepositories(List<String> remoteRepositories)
Sets the list of remote repositories used by the resolver.
|
| Modifier and Type | Method and Description |
|---|---|
static Resolver |
Resolver.create(ResolverOptions options)
Creates a
Resolver using the default implementation and the given options. |
| Constructor and Description |
|---|
ResolverImpl(ResolverOptions options)
Creates a new instance of
ResolverImpl with the given options. |
Copyright © 2016–2019. All rights reserved.