| Package | Description |
|---|---|
| org.esa.snap.core.gpf.descriptor | |
| org.esa.snap.core.gpf.descriptor.dependency | |
| org.esa.snap.core.gpf.descriptor.template |
| Modifier and Type | Field and Description |
|---|---|
protected ToolAdapterOperatorDescriptor |
VariableResolver.descriptor |
| Modifier and Type | Method and Description |
|---|---|
ToolAdapterOperatorDescriptor |
ToolAdapterOperatorDescriptor.createCopy()
Creates a deep copy of this operator.
|
static ToolAdapterOperatorDescriptor |
ToolAdapterOperatorDescriptor.fromXml(File file,
ClassLoader classLoader)
Loads an operator descriptor from an XML document.
|
static ToolAdapterOperatorDescriptor |
ToolAdapterOperatorDescriptor.fromXml(Reader reader,
String resourceName,
ClassLoader classLoader)
Loads an operator descriptor from an XML document.
|
static ToolAdapterOperatorDescriptor |
ToolAdapterOperatorDescriptor.fromXml(URL url,
ClassLoader classLoader)
Loads an operator descriptor from an XML document.
|
| Constructor and Description |
|---|
ToolAdapterOperatorDescriptor(ToolAdapterOperatorDescriptor obj)
Copy constructor
|
ToolAdapterOperatorDescriptor(ToolAdapterOperatorDescriptor obj,
String newName,
String newAlias)
Variant of the copy constructor
|
| Modifier and Type | Method and Description |
|---|---|
ToolAdapterOperatorDescriptor |
Bundle.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Bundle.setParent(ToolAdapterOperatorDescriptor descriptor) |
| Constructor and Description |
|---|
Bundle(ToolAdapterOperatorDescriptor descriptor,
BundleType bundleType,
String targetLocation) |
BundleInstaller(ToolAdapterOperatorDescriptor descriptor)
Creates an installer for the given adapter descriptor.
|
| Modifier and Type | Field and Description |
|---|---|
protected ToolAdapterOperatorDescriptor |
TemplateEngine.operatorDescriptor |
| 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.
|
| Constructor and Description |
|---|
TemplateEngine(ToolAdapterOperatorDescriptor descriptor) |
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.