@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, wait
extractData, isSupported
protected final org.apache.commons.logging.Log logger
public void setBeanName(String name)
register
setBeanName
in interface org.springframework.beans.factory.BeanNameAware
name
- 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.InitializingBean
Exception
Copyright © 2005–2017 Alfresco Software. All rights reserved.