Class AsciiDocTemplateCustomization
- java.lang.Object
-
- org.rodnansol.core.generator.template.customization.AbstractTemplateCustomization
-
- org.rodnansol.core.generator.template.customization.AsciiDocTemplateCustomization
-
- All Implemented Interfaces:
TemplateCustomization
public class AsciiDocTemplateCustomization extends AbstractTemplateCustomization
Class representing extra customizations for the AsciiDoc template.- Since:
- 0.2.0
- Author:
- nandorholozsnyak
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAsciiDocTemplateCustomization.TocPlacement
-
Constructor Summary
Constructors Constructor Description AsciiDocTemplateCustomization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTocLevels()AsciiDocTemplateCustomization.TocPlacementgetTocPlacement()StringgetTocTitle()voidsetTocLevels(int tocLevels)voidsetTocPlacement(AsciiDocTemplateCustomization.TocPlacement tocPlacement)voidsetTocTitle(String tocTitle)-
Methods inherited from class org.rodnansol.core.generator.template.customization.AbstractTemplateCustomization
isHeaderEnabled, isTableOfContentsEnabled, setHeaderEnabled, setTableOfContentsEnabled
-
-
-
-
Method Detail
-
getTocTitle
public String getTocTitle()
-
setTocTitle
public void setTocTitle(String tocTitle)
-
getTocPlacement
public AsciiDocTemplateCustomization.TocPlacement getTocPlacement()
-
setTocPlacement
public void setTocPlacement(AsciiDocTemplateCustomization.TocPlacement tocPlacement)
-
getTocLevels
public int getTocLevels()
-
setTocLevels
public void setTocLevels(int tocLevels)
-
-