Interface ResourceLoader

All Known Implementing Classes:
ClassPathResourceLoader, CurrentDirResourceLoader, GenericFileResourceLoader, HomeDirResourceLoader

public interface ResourceLoader
Standard interface to implement by every ResourceLoader strategy.
  • Field Details

    • DEFAULT_LOADER

      static final ResourceLoader DEFAULT_LOADER
      Default ResourceLoader looking for resources in following order: 1. ClassPath 2. CurrentDir 3. Home
    • DICTIONARY_LOADER

      static final ResourceLoader DICTIONARY_LOADER
  • Method Details