Interface ResourceLocator

All Known Implementing Classes:
FileLocator, JarFileLocator

public interface ResourceLocator
  • Method Summary

    Modifier and Type Method Description
    String getLocation​(String fileName)  
  • Method Details