Uses of Interface
com.iizix.IFileURLResolver
Packages that use IFileURLResolver
Uses of IFileURLResolver in com.iizigo
Fields in com.iizigo declared as IFileURLResolverModifier and TypeFieldDescriptionstatic IFileURLResolver
Activator.fileURLResolver
Interface used to resolve URL's to files for the Designer.Uses of IFileURLResolver in com.iizix.jdbc
Methods in com.iizix.jdbc with parameters of type IFileURLResolverModifier and TypeMethodDescriptionstatic void
UpdateJDBCDriversDirectory.copyJDBCDriversTo
(File dest, IFileURLResolver resolver) Utility function to copy the JDBC drivers directory to a destination directory.static File
JDBCHelper.initialize
(IFileURLResolver resolver) Initializes the file resolver and looks up the[resources/]jdbc-drivers
directory.Uses of IFileURLResolver in com.iizix.server.db
Methods in com.iizix.server.db with parameters of type IFileURLResolverModifier and TypeMethodDescriptionstatic IDBConnectionPool
DBUtilities.getConnectionPool
(IFileURLResolver fileURLResolver) Creates the connection pool.static void
DBUtilities.setFileURLResolver
(IFileURLResolver resolver) Interface used to resolve URL's to files for the Designer.