| Package | Description |
|---|---|
| com.bc.ceres.binding |
The main purpose of this package is to provide a simple data binding framework for binding
Java objects to a GUI or a DOM.
|
| com.bc.ceres.binding.validators |
Contains some common
Validator implementations. |
| org.esa.snap.core.gpf.descriptor | |
| org.esa.snap.core.gpf.graph | |
| org.esa.snap.core.util |
Provides several utility classes used throughout SNAP.
|
| Modifier and Type | Method and Description |
|---|---|
Validator |
Property.getValidator() |
Validator |
PropertyDescriptor.getValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyDescriptor.setValidator(Validator validator) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayValidator |
class |
IntervalValidator |
class |
MultiValidator |
class |
NotEmptyValidator |
class |
NotNullValidator |
class |
PatternValidator |
class |
TypeValidator |
class |
ValueSetValidator |
| Modifier and Type | Method and Description |
|---|---|
Validator[] |
MultiValidator.getValidators() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiValidator.addValidator(Validator validator) |
void |
MultiValidator.removeValidator(Validator validator) |
| Constructor and Description |
|---|
ArrayValidator(Validator validator) |
| Constructor and Description |
|---|
MultiValidator(List<Validator> validators) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Validator> |
ParameterDescriptor.getValidatorClass()
A validator to be used to validate a parameter value.
|
Class<? extends Validator> |
AnnotationParameterDescriptor.getValidatorClass() |
Class<? extends Validator> |
DefaultParameterDescriptor.getValidatorClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultParameterDescriptor.setValidatorClass(Class<? extends Validator> validator) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Validator> |
HeaderParameter.getValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
HeaderParameter.setValidator(Class<? extends Validator> validator) |
| Modifier and Type | Class and Description |
|---|---|
static class |
TimeStampExtractor.DateInterpretationPatternValidator |
static class |
TimeStampExtractor.FilenameInterpretationPatternValidator |
Copyright © 2014–2022 European Space Agency (ESA). All rights reserved.