JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.iizix.js.build
ISourceResolver
Contents
Description
Method Summary
Method Details
resolveSourcePath(String)
Hide sidebar
Show sidebar
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
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
File
resolveSourcePath
(
String
path)
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.