public class ScopeConverter extends AbstractPropertyEditorConverterSupport<com.gemstone.gemfire.cache.Scope>
AbstractPropertyEditorConverterSupport,
Scope| Constructor and Description |
|---|
ScopeConverter() |
| Modifier and Type | Method and Description |
|---|---|
com.gemstone.gemfire.cache.Scope |
convert(String source)
Converts the given String source into an instance of GemFire Scope.
|
assertConverted, setAsTextaddPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditorpublic com.gemstone.gemfire.cache.Scope convert(String source)
source - the String to convert into a GemFire Scope.IllegalArgumentException - if the String is not a valid GemFire Scope.ScopeType.getScope(ScopeType),
ScopeType.valueOfIgnoreCase(String),
Scope.fromString(String),
AbstractPropertyEditorConverterSupport.assertConverted(String, Object, Class)