public class Crawler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Crawler.Attributes |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
URI_SEPARATOR_CHAR |
| Constructor and Description |
|---|
Crawler(ContentStore db,
java.io.File source,
org.apache.commons.configuration.CompositeConfiguration config)
Deprecated.
Use
Crawler(ContentStore, JBakeConfiguration) instead.
Creates new instance of Crawler. |
Crawler(ContentStore db,
JBakeConfiguration config)
Creates new instance of Crawler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
crawl() |
public static final java.lang.String URI_SEPARATOR_CHAR
@Deprecated public Crawler(ContentStore db, java.io.File source, org.apache.commons.configuration.CompositeConfiguration config)
Crawler(ContentStore, JBakeConfiguration) instead.
Creates new instance of Crawler.
db - Database instance for contentsource - Base directory where content directory is locatedconfig - Project configurationpublic Crawler(ContentStore db, JBakeConfiguration config)
db - Database instance for contentconfig - Project configuration