org.nuxeo.ecm.core.search.api.indexing.resources.configuration.blobs
Class BlobExtractorDescriptor
java.lang.Object
org.nuxeo.ecm.core.search.api.indexing.resources.configuration.blobs.BlobExtractorDescriptor
- All Implemented Interfaces:
- Serializable
public class BlobExtractorDescriptor
- extends Object
- implements Serializable
Full text extractor descriptor.
- Author:
- Julien Anguenot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
klass
protected Class<BlobExtractor> klass
BlobExtractorDescriptor
public BlobExtractorDescriptor()
getName
public String getName()
setName
public void setName(String name)
getKlass
public Class<BlobExtractor> getKlass()
setKlass
public void setKlass(Class<BlobExtractor> klass)
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.