org.alfresco.repo.transfer
Class StandardNodeCrawlerFactoryImpl

java.lang.Object
  extended by org.alfresco.repo.transfer.StandardNodeCrawlerFactoryImpl
All Implemented Interfaces:
NodeCrawlerFactory

public class StandardNodeCrawlerFactoryImpl
extends java.lang.Object
implements NodeCrawlerFactory


Constructor Summary
StandardNodeCrawlerFactoryImpl(ServiceRegistry serviceRegistry)
           
 
Method Summary
 NodeCrawler getNodeCrawler()
          Get a node crawler from the node crawler factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardNodeCrawlerFactoryImpl

public StandardNodeCrawlerFactoryImpl(ServiceRegistry serviceRegistry)
Method Detail

getNodeCrawler

public NodeCrawler getNodeCrawler()
Description copied from interface: NodeCrawlerFactory
Get a node crawler from the node crawler factory. A new instance of a node crawler is returned each time this method is called.

Specified by:
getNodeCrawler in interface NodeCrawlerFactory
Returns:
a new node crawler.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.