![JAR search and dependency download from the Maven repository](/logo.png)
org.daisy.pipeline.braille.common.ResourcePath Maven / Gradle / Ivy
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