Package org.jweaver.crawler.internal.write


package org.jweaver.crawler.internal.write
  • Class
    Description
    The ExportConfig interface defines methods for configuring data export options.
    The ExportFileFormat enum represents the file formats supported for data export.
    The JsonExportConfig record represents the configuration for exporting data in JSON format.
    A concrete implementation of the JWeaverWriter interface for writing data to files.
    The JWeaverWriter interface defines methods for processing and writing the results of the web crawling process.
    The MarkdownExportConfig record represents the configuration for exporting data in Markdown format.