Interface IModuleURIResolver

All Known Implementing Classes:
AbstractUpURIResolver, FileUpURIResolver, JarUpURIResolver, PlatformResourceUpURIResolver, SegmentUpURIResolver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IModuleURIResolver
Resolves URIs from the context of an Epsilon module.
Since:
2.9
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(URI uri, IModule parentModule, URI baseUri)
    Attempts to resolve the given uri.