public class Crawler extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
Crawler.Attributes |
| 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.
|
String |
getPathToRoot(File sourceFile) |
public Crawler(ContentStore db, File source, org.apache.commons.configuration.CompositeConfiguration config)
Copyright © 2016. All rights reserved.