| Package | Description |
|---|---|
| org.esa.snap.core.gpf.descriptor | |
| org.esa.snap.core.gpf.descriptor.template |
| Modifier and Type | Method and Description |
|---|---|
TemplateEngine |
ToolAdapterOperatorDescriptor.getTemplateEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateParameterDescriptor.setTemplateEngine(TemplateEngine engine)
Sets the scripting engine for this parameter and associates its template, if any,
with the engine.
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateEngine |
TemplateEngine.createInstance(ToolAdapterOperatorDescriptor descriptor,
TemplateType templateType)
Creates an instance of a template engine, of the given type, for the given descriptor.
|
static TemplateEngine |
TemplateEngine.createInstance(ToolAdapterOperatorDescriptor descriptor,
TemplateType templateType,
boolean stateful)
Creates an instance of a template engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Template.associateWith(TemplateEngine engine) |
void |
MemoryTemplate.associateWith(TemplateEngine engine) |
void |
FileTemplate.associateWith(TemplateEngine engine) |
| Constructor and Description |
|---|
FileTemplate(TemplateEngine templateEngine) |
FileTemplate(TemplateEngine templateEngine,
String templateFileName) |
MemoryTemplate(TemplateEngine templateEngine) |
MemoryTemplate(TemplateEngine templateEngine,
String templateName) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.