public class Crawler extends Object
| Constructor and Description |
|---|
Crawler(ContentStore db,
File source,
org.apache.commons.configuration.CompositeConfiguration config)
Creates new instance of Crawler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
crawl(File path)
Crawl all files and folders looking for content.
|
int |
getDocumentCount(String docType) |
String |
getPathToRoot(File sourceFile) |
Set<String> |
getTags() |
public Crawler(ContentStore db, File source, org.apache.commons.configuration.CompositeConfiguration config)
Copyright © 2015. All Rights Reserved.