public class SqlJetFileSystemsManager extends java.lang.Object implements ISqlJetFileSystemsManager
ISqlJetFileSystemsManager.| Modifier | Constructor and Description |
|---|---|
protected |
SqlJetFileSystemsManager()
Protected constructor
|
| Modifier and Type | Method and Description |
|---|---|
ISqlJetFileSystem |
find(java.lang.String name)
Locate a
ISqlJetFileSystem by name. |
static SqlJetFileSystemsManager |
getManager()
Singleton accessor.
|
void |
register(ISqlJetFileSystem fs,
boolean isDefault)
Register a
ISqlJetFileSystem with the system. |
void |
unregister(ISqlJetFileSystem fs)
Unregister a
ISqlJetFileSystem so that it is no longer accessible. |
protected SqlJetFileSystemsManager()
public static SqlJetFileSystemsManager getManager()
public ISqlJetFileSystem find(java.lang.String name)
ISqlJetFileSystemsManagerISqlJetFileSystem by name. If no name is given, simply return the
default ISqlJetFileSystem.find in interface ISqlJetFileSystemsManagerpublic void register(ISqlJetFileSystem fs, boolean isDefault) throws SqlJetException
ISqlJetFileSystemsManagerISqlJetFileSystem with the system. It is harmless to register the same
ISqlJetFileSystem multiple times. The new ISqlJetFileSystem becomes
the default if isDefault is true.register in interface ISqlJetFileSystemsManagerSqlJetExceptionpublic void unregister(ISqlJetFileSystem fs) throws SqlJetException
ISqlJetFileSystemsManagerISqlJetFileSystem so that it is no longer accessible.unregister in interface ISqlJetFileSystemsManagerSqlJetExceptionCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.