93949596979899
* * @param uri uri of the resource to create * @return a new {@link Resource} instance attached to the specified uri */ public Resource resource(URI uri) { return new ResourceImpl(uri, config, providersRegistry); }
9899100101102103104
949596979899100
979899100101102103