Class RDFLinkFuseki

    • Method Detail

      • newBuilder

        public static RDFLinkHTTPBuilder newBuilder()
        Create a connection builder which is initialized for the default Fuseki configuration. The application must call RDFLinkHTTPBuilder.destination(String) to set the URL of the remote dataset.
        Returns:
        RDFLinkRemoteBuilder
      • from

        public static RDFLinkHTTPBuilder from​(RDFLinkFuseki other)
        Create a connection builder which is initialized from an existing RDFLinkFuseki.
        Parameters:
        other - The RDFLinkFuseki to clone.
        Returns:
        RDFLinkRemoteBuilder