|
Field Summary | ||
protected org.apache.commons.logging.Log |
logger Logger that can be used by subclasses |
Constructor Summary | ||
AbstractDataExtractor() |
Method Summary | ||
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(NamedObjectRegistry<DataExtractor> registry) Set the registry with which to register |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.alfresco.repo.audit.extractor.DataExtractor |
extractData, isSupported |
|