It would be nice to be able to extend the OcflRepositoryBuilder. I have my own Repository implementation, but I have no way of building it through the OcflRepositoryBuilder. My problem is that everything is private.
I don't really see a reason why. Would be nicer if everything is protected so I have a chance of extending the API.