All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.daisy.pipeline.braille.common.ResourcePath Maven / Gradle / Ivy

There is a newer version: 5.0.2
Show newest version
package org.daisy.pipeline.braille.common;

import java.net.URI;

public interface ResourcePath extends ResourceResolver {
	
	public URI getIdentifier();
	
	public URI canonicalize(URI resource);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy