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
resolveURL
Resolves the URL to a File.- Parameters:
url- A URL.- Returns:
- The canonical file resolved, never null.
- Throws:
NullPointerException- Ifurlisnull.IllegalArgumentException- If the preconditions on the parameter do not holdURISyntaxException- If the URL conversion over URI cannot be converted to a file.IOException- If the file cannot be resolved withgetCanonicalFile().