Interface ResourceFinderDescriptor


  • public interface ResourceFinderDescriptor
    • Method Detail

      • getLocationSuffixes

        java.util.List<java.lang.String> getLocationSuffixes()
      • getLocationPrefix

        java.lang.String getLocationPrefix()
      • shouldLookUpResources

        boolean shouldLookUpResources()
      • validate

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

        java.lang.String getMsgForEmptyResources()
      • getMsgForResourcesFound

        java.lang.String getMsgForResourcesFound​(java.util.List<java.lang.String> foundResources)