Interface ISourceResolver


  • public interface ISourceResolver
    Source file resolver to change paths starting with $nnn$ to the resolved root in question.
    Author:
    Christopher Mindus
    • Method Detail

      • resolveSourcePath

        java.io.File resolveSourcePath​(java.lang.String path)
        Resolves the source path.
        Parameters:
        path - The path to resolve.
        Returns:
        The resolved file in the web server root.