Package org.bsc.confluence.model
Class SiteProcessor.PageContent
- java.lang.Object
-
- org.bsc.confluence.model.SiteProcessor.PageContent
-
- Enclosing class:
- SiteProcessor
public static class SiteProcessor.PageContent extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getContent()
String
getContent(Charset charset)
InputStream
getInputStream()
Deprecated.InputStream
getInputStream(Charset charset)
ConfluenceService.Storage.Representation
getType()
static SiteProcessor.PageContent
of(String content, ConfluenceService.Storage.Representation type)
-
-
-
Method Detail
-
getContent
public String getContent()
-
getType
public ConfluenceService.Storage.Representation getType()
-
of
public static SiteProcessor.PageContent of(String content, ConfluenceService.Storage.Representation type)
-
getInputStream
@Deprecated public InputStream getInputStream()
Deprecated.- Returns:
- input stream
-
getInputStream
public InputStream getInputStream(Charset charset) throws IOException
- Throws:
IOException
-
-