org.infinispan.loaders.file
Class FileCacheStoreConfig.FsyncModeEditor
java.lang.Object
java.beans.PropertyEditorSupport
org.infinispan.loaders.file.FileCacheStoreConfig.FsyncModeEditor
- All Implemented Interfaces:
- PropertyEditor
- Enclosing class:
- FileCacheStoreConfig
public static class FileCacheStoreConfig.FsyncModeEditor
- extends PropertyEditorSupport
Property editor for fsync mode configuration. It's automatically
registered the PropertyEditorManager
so that it can
transform text based modes into its corresponding enum value.
Methods inherited from class java.beans.PropertyEditorSupport |
addPropertyChangeListener, firePropertyChange, getAsText, getCustomEditor, getJavaInitializationString, getSource, getTags, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileCacheStoreConfig.FsyncModeEditor
public FileCacheStoreConfig.FsyncModeEditor()
setAsText
public void setAsText(String text)
throws IllegalArgumentException
- Specified by:
setAsText
in interface PropertyEditor
- Overrides:
setAsText
in class PropertyEditorSupport
- Throws:
IllegalArgumentException
getValue
public Object getValue()
- Specified by:
getValue
in interface PropertyEditor
- Overrides:
getValue
in class PropertyEditorSupport
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.