Uses of Interface
com.iizix.IFileURLResolver
Uses of IFileURLResolver in com.iizigo
Modifier and TypeFieldDescriptionstatic IFileURLResolver
Activator.fileURLResolver
Interface used to resolve URL's to files for the Designer.Uses of IFileURLResolver in com.iizix.jdbc
Modifier 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
Modifier 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.