Class CoffeePickRuntimeRepositoryContext

    • Method Detail

      • open

        public static RuntimeRepositoryContextType open​(java.nio.file.Path base_directory,
                                                        java.net.http.HttpClient http)
                                                 throws java.io.IOException
        Open a new context.
        Parameters:
        base_directory - The base directory against which repositories will resolve paths
        http - The HTTP client used for requests
        Returns:
        A new context
        Throws:
        java.io.IOException - On I/O errors