Interface ISourceResolver


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

    Modifier and Type
    Method
    Description
    Resolves the source path.
  • Method Details

    • resolveSourcePath

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