Class DocumentationGenerator

java.lang.Object
ch.njol.skript.doc.DocumentationGenerator
Direct Known Subclasses:
HTMLGenerator, JSONGenerator

@Deprecated(forRemoval=true, since="2.13") public abstract class DocumentationGenerator extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Use JSONGenerator instead.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected File
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    protected File
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DocumentationGenerator(File templateDir, File outputDir)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
    Deprecated, for removal: This API element is subject to removal in a future version.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • templateDir

      protected File templateDir
      Deprecated, for removal: This API element is subject to removal in a future version.
    • outputDir

      protected File outputDir
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • DocumentationGenerator

      public DocumentationGenerator(File templateDir, File outputDir)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details