| Package | Description |
|---|---|
| io.knotx.stack.model |
| Modifier and Type | Method and Description |
|---|---|
Dependency |
Dependency.setIncluded(boolean included)
Sets whether or not the dependency is included.
|
Dependency |
Dependency.setTransitive(boolean transitive)
Sets whether or not the dependency resolution also resolves the transitive dependencies.
|
| Modifier and Type | Method and Description |
|---|---|
List<Dependency> |
Stack.getDependencies()
Gets the dependencies, empty if none.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.addDependency(Dependency dependency)
Adds a dependency.
|
Stack |
Stack.removeDependency(Dependency dependency)
Removes a dependency.
|
Copyright © 2016–2019. All rights reserved.