Class GenericResourceRepository

java.lang.Object
org.springframework.cloud.config.server.resource.GenericResourceRepository
All Implemented Interfaces:
org.springframework.beans.factory.Aware, ResourceRepository, org.springframework.context.ResourceLoaderAware

public class GenericResourceRepository extends Object implements ResourceRepository, org.springframework.context.ResourceLoaderAware
Author:
Dave Syer
  • Constructor Details

  • Method Details

    • setResourceLoader

      public void setResourceLoader(org.springframework.core.io.ResourceLoader resourceLoader)
      Specified by:
      setResourceLoader in interface org.springframework.context.ResourceLoaderAware
    • findOne

      public org.springframework.core.io.Resource findOne(String application, String profile, String label, String path)
      Specified by:
      findOne in interface ResourceRepository