Class TemplateContext<C>
- java.lang.Object
-
- org.esa.snap.core.gpf.descriptor.template.TemplateContext<C>
-
public abstract class TemplateContext<C> extends Object
Wrapper for scripting context implementations.
-
-
Constructor Summary
Constructors Constructor Description TemplateContext(C wrappedContext)
Default constructor
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description C
getContext()
Returns the wrapped contextabstract Object
getValue(String name)
Returns the value of the named context parameter.
-