Interface ResourceFinderDescriptor


public interface ResourceFinderDescriptor
  • Method Details

    • getLocationSuffixes

      List<String> getLocationSuffixes()
    • getLocationPrefix

      String getLocationPrefix()
    • shouldLookUpResources

      boolean shouldLookUpResources()
    • validate

      void validate(List<org.springframework.core.io.Resource> resources) throws IOException
      Throws:
      IOException
    • getMsgForEmptyResources

      String getMsgForEmptyResources()
    • getMsgForResourcesFound

      String getMsgForResourcesFound(List<String> foundResources)