Class Section


public final class Section extends DocumentationContent
A documentation section.
  • Constructor Details

    • Section

      public Section()
    • Section

      public Section(Format format, String content)
  • Method Details

    • getTitle

      public String getTitle()
      This method is retained for backwards compatibility.
    • getFilename

      public String getFilename()
      Gets the filename of this section.
      Returns:
      the filename, as a String
    • setFilename

      public void setFilename(String filename)
      Sets the filename of this section (e.g. where this section was imported from).
      Parameters:
      filename - the filename, as a String
    • getOrder

      public int getOrder()