Example usage for org.springframework.core.io FileSystemResource subclass-usage

List of usage examples for org.springframework.core.io FileSystemResource subclass-usage

Introduction

In this page you can find the example usage for org.springframework.core.io FileSystemResource subclass-usage.

Usage

From source file org.psikeds.common.config.FileSystemResource.java

/**
 * An extension of the Spring-FileSystemResource. All Files are automatically
 * resolved within the Configuration-Directory.
 * 
 * @author marco@juliano.de
 * 

From source file uk.ac.ebi.eva.pipeline.io.GzipLazyResource.java

/**
 * Created by jmmut on 2016-07-19.
 *
 * There's no way to read a compressed file with Spring classes.
 * reference: https://jira.spring.io/browse/BATCH-1750
 *