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

pl.fhframework.io.IResourced Maven / Gradle / Ivy

package pl.fhframework.io;

import org.springframework.core.io.Resource;

import java.io.FileNotFoundException;
import java.util.List;

public interface IResourced {
    Resource getResource() throws FileNotFoundException;
    List getResources() throws FileNotFoundException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy