Interface ResourceRepository

All Known Implementing Classes:
GenericResourceRepository

public interface ResourceRepository
Author:
Dave Syer
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.core.io.Resource
    findOne(String name, String profile, String label, String path)
     
  • Method Details