@AlfrescoPublicApi public abstract class AbstractDataExtractor extends Object implements DataExtractor, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.BeanNameAware
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger
Logger that can be used by subclasses
|
| Constructor and Description |
|---|
AbstractDataExtractor() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet()
Registers the instance
|
boolean |
equals(Object obj)
This implementation assumes all extractors are stateless i.e.
|
void |
setBeanName(String name)
Set the name with which to
register |
void |
setRegistry(org.alfresco.util.registry.NamedObjectRegistry<DataExtractor> registry)
Set the registry with which to register
|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitextractData, isSupportedprotected final org.apache.commons.logging.Log logger
public void setBeanName(String name)
registersetBeanName in interface org.springframework.beans.factory.BeanNameAwarename - the name of the beanpublic void setRegistry(org.alfresco.util.registry.NamedObjectRegistry<DataExtractor> registry)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.