Interface PathResourceRegistry<T>

All Known Implementing Classes:
TrieBasedPathResourceRegistry

public interface PathResourceRegistry<T>
  • Field Details

  • Method Details

    • register

      void register(String path, T resource)
    • unregister

      void unregister(String path)
    • find

      T find(String path)