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

de.digitalcollections.iiif.image.backend.api.resolver.ImageResolver Maven / Gradle / Ivy

There is a newer version: 2.2.6
Show newest version
package de.digitalcollections.iiif.image.backend.api.resolver;

import de.digitalcollections.iiif.image.model.api.exception.ResolvingException;
import java.net.URI;

public interface ImageResolver {

    public URI getURI(String identifier) throws ResolvingException;

    public boolean isResolvable(String identifier);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy