Uses of Enum Class
org.jweaver.crawler.internal.write.ExportFileFormat
Packages that use ExportFileFormat
-
Uses of ExportFileFormat in org.jweaver.crawler.internal.write
Methods in org.jweaver.crawler.internal.write that return ExportFileFormatModifier and TypeMethodDescriptionExportConfig.format()Returns the file format for exported data.JsonExportConfig.format()Retrieves the export file format, which is JSON for this configuration.MarkdownExportConfig.format()Retrieves the export file format, which is Markdown for this configuration.static ExportFileFormatReturns the enum constant of this class with the specified name.static ExportFileFormat[]ExportFileFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.