| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<? extends Webpage> |
Website.getRootPages() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Website.setRootPages(java.util.List<? extends Webpage> rootPages) |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
Webpage<W extends Webpage> |
A Webpage.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<? extends Webpage> |
WebsiteImpl.getRootPages() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
WebsiteImpl.setRootPages(java.util.List<? extends Webpage> rootPages) |
| Constructor | Description |
|---|---|
WebsiteImpl(java.util.List<Webpage> rootPages,
java.net.URL url,
java.time.LocalDate registrationDate) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
WebpageImpl |
| Modifier and Type | Method | Description |
|---|---|---|
Webpage |
WebpageImpl.getParent() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<Webpage> |
WebpageImpl.getChildren() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
WebpageImpl.setParent(Webpage parent) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
WebpageImpl.setChildren(java.util.List<Webpage> children) |
| Constructor | Description |
|---|---|
WebpageImpl(java.util.List<Webpage> children) |
Copyright © 2018. All rights reserved.