Package org.bsc.confluence.model
Class Site
- java.lang.Object
-
- org.bsc.confluence.model.Site
-
public class Site extends Object
- Author:
- bsorrentino
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSite.Attachmentclass Attachmentstatic classSite.Homestatic classSite.Pageclass Pageprotected static classSite.Sourceclass Source
-
Constructor Summary
Constructors Constructor Description Site()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathgetBasedir()Site.HomegetHome()List<String>getLabels()StringgetSpaceKey()Optional<String>optSpaceKey()voidsetBasedir(Path basedir)voidsetHome(Site.Home home)voidsetLabels(List<String> labels)voidsetSpaceKey(String spaceKey)
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSpaceKey
public final String getSpaceKey()
-
setSpaceKey
public void setSpaceKey(String spaceKey)
- Parameters:
spaceKey- the spaceKey to set
-
setBasedir
public void setBasedir(Path basedir)
-
getBasedir
public Path getBasedir()
-
getHome
public Site.Home getHome()
-
setHome
public void setHome(Site.Home home)
-
-