
org.daisy.pipeline.braille.common.ResourcePath Maven / Gradle / Ivy
The 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