Package com.iizix.js
Interface IGenericFileLocator
public interface IGenericFileLocator
Interface used for Eclipse to resolve an URL to a file. This interface returns null by default when Eclipse is not used, i.e. when running in non Designer mode.
- Author:
- Christopher Mindus
- Method Summary
- Method Details- toFileURLResolves an URL to a canonical file.- Parameters:
- url- The URL to resolve.
- Returns:
- The canonical file.
- Throws:
- IOException- If file cannot be resolved.
- IllegalArgumentException- If the protocol cannot be resolved to a file.