MetaContent

public abstract class MetaContent

Constructors

MetaContent

public MetaContent(String object, String slug, String title)

Methods

canDelete

public boolean canDelete()

delete

public void delete()

doOnTextual

public abstract <R> Map<Textual, R> doOnTextual(Function<Textual, R> f)

exportContentToMarkdown

public abstract String exportContentToMarkdown(int level, int levelDepth)

getBasePath

public String getBasePath()

getFilePath

public abstract String getFilePath()

getObject

public String getObject()

getRootContent

public Content getRootContent()

getSlug

public String getSlug()

getTitle

public String getTitle()

setBasePath

public void setBasePath(String basePath)

setObject

public void setObject(String object)

setRootContent

public void setRootContent(Content rootContent, String basePath)

setSlug

public void setSlug(String slug)

setTitle

public void setTitle(String title)