| Package | Description |
|---|---|
| io.knotx.stack.model | |
| io.knotx.stack.resolver | |
| io.knotx.stack.utils |
| Modifier and Type | Method and Description |
|---|---|
ResolutionOptions |
Dependency.getResolutionOptions()
Creates the
ResolutionOptions object for the dependency. |
| Modifier and Type | Method and Description |
|---|---|
ResolutionOptions |
ResolutionOptions.addExclusion(String exclusion)
Adds an exclusion.
|
ResolutionOptions |
ResolutionOptions.removeExclusion(String exclusion)
Removes an exclusion.
|
ResolutionOptions |
ResolutionOptions.setWithTransitive(boolean withTransitive)
Sets whether or not the resolution of the dependency should include the transitive dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
List<org.eclipse.aether.artifact.Artifact> |
ResolverImpl.resolve(String gacv,
ResolutionOptions options) |
List<org.eclipse.aether.artifact.Artifact> |
Resolver.resolve(String dependency,
ResolutionOptions options)
Resolves a dependency.
|
| Modifier and Type | Method and Description |
|---|---|
ResolutionOptions |
Cache.CacheEntry.getOptions() |
| Modifier and Type | Method and Description |
|---|---|
Optional<Cache.CacheEntry> |
Cache.find(String gacv,
ResolutionOptions options) |
List<org.eclipse.aether.artifact.Artifact> |
Cache.get(String gacv,
ResolutionOptions resolutionOptions) |
void |
Cache.put(String gacv,
ResolutionOptions resolutionOptions,
List<org.eclipse.aether.artifact.Artifact> list) |
Cache.CacheEntry |
Cache.CacheEntry.setOptions(ResolutionOptions options) |
Copyright © 2016–2019. All rights reserved.