public class Site extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Site.Attachment
class Attachment
|
static class |
Site.Home |
static class |
Site.Page
class Page
|
protected static class |
Site.Source
class Source
|
| Modifier and Type | Field and Description |
|---|---|
protected static Stack<Site> |
_SITE |
static String |
NAMESPACE |
| Constructor and Description |
|---|
Site() |
| Modifier and Type | Method and Description |
|---|---|
Path |
getBasedir() |
Site.Home |
getHome() |
List<String> |
getLabels() |
String |
getSpaceKey() |
Optional<String> |
optSpaceKey() |
void |
setBasedir(Path basedir) |
void |
setHome(Site.Home home) |
void |
setLabels(List<String> labels) |
void |
setSpaceKey(String spaceKey) |
public static final String NAMESPACE
public final String getSpaceKey()
public void setSpaceKey(String spaceKey)
spaceKey - the spaceKey to setpublic void setBasedir(Path basedir)
public Path getBasedir()
public Site.Home getHome()
public void setHome(Site.Home home)
Copyright © 2020. All rights reserved.