public class EvaluatingContext extends Object
PersistingContext.
todo: support reading and writing from arbitrary Path types
| Constructor and Description |
|---|
EvaluatingContext(Path basePath,
EvalContext delegate) |
| Modifier and Type | Method and Description |
|---|---|
<T> EvalContext.Value<T> |
evaluateTaskFrom(Path persistedTask)
Evaluate a persisted task, expecting it's input values to exist as "_out" files in the same
directory.
|
public EvaluatingContext(Path basePath, EvalContext delegate)
public <T> EvalContext.Value<T> evaluateTaskFrom(Path persistedTask)
The output of the evaluated task will be persisted in the same directory.
T - The task output typepersistedTask - A path to the persisted task file that should be evaluatedCopyright © 2018. All rights reserved.