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

net.sf.javaprinciples.resource.FileResolver Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package net.sf.javaprinciples.resource;

import java.io.File;

/**
 * Given a ResourceIndentifier determine a File.
 *
 * @author Warwick Slade
 */
public interface FileResolver
{
    public File resolve(ResourceIdentifier identifier);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy