Uses of Interface
com.iizix.IFileURLResolver
Packages that use IFileURLResolver Package Description com.iizigo com.iizix.jdbc com.iizix.server.db Uses of IFileURLResolver in com.iizigo
Fields in com.iizigo declared as IFileURLResolver Modifier and Type Field Description static 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 IFileURLResolver Modifier and Type Method Description static void
UpdateJDBCDriversDirectory. copyJDBCDriversTo(java.io.File dest, IFileURLResolver resolver)
Utility function to copy the JDBC drivers directory to a destination directory.static java.io.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 IFileURLResolver Modifier and Type Method Description static 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.