Interface Extractor<Output>

    • Method Detail

      • extract

        default Output extract​(com.complexible.stardog.db.DatabaseConnection theConnection,
                               IRI theDocIri,
                               java.nio.file.Path theDocContents)
                        throws com.complexible.stardog.docs.BitesException
        Deprecated.
        since version 5.3, will be removed in a future release. New implementations should use extract(Connection, IRI, Path)
        Throws:
        com.complexible.stardog.docs.BitesException
      • extract

        default Output extract​(Connection theConnection,
                               IRI theDocIri,
                               java.nio.file.Path theDocContents)
                        throws com.complexible.stardog.docs.BitesException
        Throws:
        com.complexible.stardog.docs.BitesException