| Package | Description |
|---|---|
| io.knotx.stack.model |
| Modifier and Type | Method and Description |
|---|---|
StackResolutionOptions |
StackResolutionOptions.setCacheDisabled(boolean cacheDisabled)
Sets whether or not the cache is disabled.
|
StackResolutionOptions |
StackResolutionOptions.setCacheDisabledForSnapshots(boolean cacheDisabledForSnapshots)
Sets whether or not the cache is disabled for snapshot.
|
StackResolutionOptions |
StackResolutionOptions.setCacheFile(File cacheFile)
Sets the cache file location (json file).
|
StackResolutionOptions |
StackResolutionOptions.setFailOnConflicts(boolean failOnConflicts)
Sets whether or not the resolution should fail on conflicts.
|
StackResolutionOptions |
StackResolutionOptions.setHttpProxy(String httpProxy) |
StackResolutionOptions |
StackResolutionOptions.setHttpsProxy(String httpsProxy) |
StackResolutionOptions |
StackResolutionOptions.setLocalRepository(String localRepository) |
StackResolutionOptions |
StackResolutionOptions.setRemoteRepositories(List<String> remoteRepositories) |
| Constructor and Description |
|---|
StackResolution(Stack stack,
File directory,
StackResolutionOptions options)
Creates an instance of
StackResolution. |
Copyright © 2016–2019. All rights reserved.