| Package | Description |
|---|---|
| io.knotx.stack.model |
| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.addDependency(Dependency dependency)
Adds a dependency.
|
Stack |
Stack.addVariable(String key,
String value)
Adds a new variables or updates the value of an existing one.
|
static Stack |
Stack.fromDescriptor(File descriptor)
Reads a stack descriptor.
|
Stack |
Stack.removeDependency(Dependency dependency)
Removes a dependency.
|
Stack |
Stack.removeVariable(String key)
Removes a variable.
|
| Constructor and Description |
|---|
StackResolution(Stack stack,
File directory,
StackResolutionOptions options)
Creates an instance of
StackResolution. |
Copyright © 2016–2019. All rights reserved.