Package | Description |
---|---|
org.apache.nutch.webui.client |
Provides client classes and interfaces for Web UI
|
org.apache.nutch.webui.client.impl |
Contains implementation of client classes and interfaces for Web UI
|
org.apache.nutch.webui.client.model |
Contains model classes of client for Web UI
|
org.apache.nutch.webui.config |
Contains config classes for Web UI
|
org.apache.nutch.webui.model |
Contains model classes for Web UI
|
org.apache.nutch.webui.pages.seed |
Contains seed pages' classes for Web UI
|
org.apache.nutch.webui.service |
Provides service classes and interfaces for Web UI
|
org.apache.nutch.webui.service.impl |
Contains service implementation classes for Web UI
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
NutchClient.createSeed(SeedList seedList)
Create seed list and return seed directory location
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
NutchClientImpl.createSeed(SeedList seedList) |
Modifier and Type | Method and Description |
---|---|
SeedList |
Crawl.getSeedList() |
Modifier and Type | Method and Description |
---|---|
void |
Crawl.setSeedList(SeedList seedList) |
Modifier and Type | Method and Description |
---|---|
com.j256.ormlite.dao.Dao<SeedList,java.lang.Long> |
SpringConfiguration.createSeedListDao() |
Modifier and Type | Method and Description |
---|---|
SeedList |
SeedUrl.getSeedList() |
Modifier and Type | Method and Description |
---|---|
void |
SeedUrl.setSeedList(SeedList seedList) |
Modifier and Type | Method and Description |
---|---|
void |
SeedPage.initPage(org.apache.wicket.model.IModel<SeedList> model) |
Modifier and Type | Method and Description |
---|---|
SeedList |
SeedListService.getSeedList(java.lang.Long seedListId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SeedList> |
SeedListService.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
SeedListService.save(SeedList seedList) |
Modifier and Type | Method and Description |
---|---|
SeedList |
SeedListServiceImpl.getSeedList(java.lang.Long seedListId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<SeedList> |
SeedListServiceImpl.findAll() |
Modifier and Type | Method and Description |
---|---|
void |
SeedListServiceImpl.save(SeedList seedList) |
Copyright © 2019 The Apache Software Foundation