public abstract class AbstractDataExtractor extends java.lang.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(java.lang.Object obj)
This implementation assumes all extractors are stateless i.e.
|
void |
setBeanName(java.lang.String name)
Set the name with which to
register |
void |
setRegistry(org.alfresco.util.registry.NamedObjectRegistry 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(java.lang.String name)
registersetBeanName in interface org.springframework.beans.factory.BeanNameAwarename - the name of the beanpublic void setRegistry(org.alfresco.util.registry.NamedObjectRegistry registry)
public void afterPropertiesSet()
throws java.lang.Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanjava.lang.Exceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.