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 Pagestatic 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>optDefaultFileExt()Optional<String>optSpaceKey()voidsetBasedir(Path basedir)voidsetDefaultFileExt(String fileExt)voidsetHome(Site.Home home)voidsetLabel(String label)need for XmlMappervoidsetSpaceKey(String spaceKey)
-
-
-
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)
- Parameters:
basedir-
-
getBasedir
public Path getBasedir()
- Returns:
-
setDefaultFileExt
public void setDefaultFileExt(String fileExt)
- Parameters:
basedir-
-
setLabel
public void setLabel(String label)
need for XmlMapper- Parameters:
label-
-
getHome
public Site.Home getHome()
-
setHome
public void setHome(Site.Home home)
-
-