JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.iizix.js.build
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.