public class JsonFileGenerator
| Modifier and Type | Field and Description |
|---|---|
org.jetbrains.dokka.FormatService |
formatService |
| Constructor and Description |
|---|
JsonFileGenerator(java.io.File root) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildOutlines(java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes) |
void |
buildPackageList(java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes) |
void |
buildPages(java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes) |
void |
buildSupportFiles() |
org.jetbrains.dokka.FormatService |
getFormatService() |
java.io.File |
getRoot() |
org.jetbrains.dokka.Location |
location(org.jetbrains.dokka.DocumentationNode node) |
void |
setFormatService(org.jetbrains.dokka.FormatService p) |
@NotNull public org.jetbrains.dokka.FormatService getFormatService()
@Inject
public void setFormatService(@NotNull
org.jetbrains.dokka.FormatService p)
@NotNull
public org.jetbrains.dokka.Location location(@NotNull
org.jetbrains.dokka.DocumentationNode node)
public void buildPages(@NotNull
java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes)
public void buildOutlines(@NotNull
java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes)
public void buildSupportFiles()
public void buildPackageList(@NotNull
java.lang.Iterable<? extends org.jetbrains.dokka.DocumentationNode> nodes)
@NotNull public java.io.File getRoot()