Package com.iizix
Interface IFileURLResolver
public interface IFileURLResolver
Interface used to resolve URL's to files for the Designer. In other products, the same URL is returned unchanged.
- Author:
- Christopher Mindus
- Method Summary
- Method Details- resolveURLResolves the URL to a File.- Parameters:
- url- A URL.
- Returns:
- The canonical file resolved, never null.
- Throws:
- NullPointerException- If- urlis- null.
- IllegalArgumentException- If the preconditions on the parameter do not hold
- URISyntaxException- If the URL conversion over URI cannot be converted to a file.
- IOException- If the file cannot be resolved with- getCanonicalFile().