Interface | Description |
---|---|
DataContext |
Created by greg on 5/25/16.
|
Mergable<T> |
Created by greg on 6/3/16.
|
MultiDataContext<K extends ViewTraverse<K>,D extends DataContext> |
Keyed data with optional base data set
|
MutableDataContext |
Created by greg on 5/26/16.
|
VarExpander |
Expand a context variable
|
ViewTraverse<T> |
Allows a contextual view to produce a widened view
|
Class | Description |
---|---|
ArgumentVarExpander | |
BaseDataContext |
Created by greg on 5/25/16.
|
BaseVarExpander | |
MultiDataContextImpl<K extends ViewTraverse<K>,D extends DataContext> |
Created by greg on 6/3/16.
|
ScriptVarExpander | |
SharedDataContextUtils |
DataContextUtils provides methods for using a set of context data to substitute property references, generate
environment variables, and expand tokens in a file.
|