Interface ResourceFinderDescriptor


  • public interface ResourceFinderDescriptor
    • Method Detail

      • getLocationSuffixes

        List<String> getLocationSuffixes()
      • getLocationPrefix

        String getLocationPrefix()
      • shouldLookUpResources

        boolean shouldLookUpResources()
      • getMsgForEmptyResources

        String getMsgForEmptyResources()
      • getMsgForResourcesFound

        String getMsgForResourcesFound​(List<String> foundResources)