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)
ISqlJetFileSystemsManager
ISqlJetFileSystem
by name. If no name is given, simply return the
default ISqlJetFileSystem
.find
in interface ISqlJetFileSystemsManager
public void register(ISqlJetFileSystem fs, boolean isDefault) throws SqlJetException
ISqlJetFileSystemsManager
ISqlJetFileSystem
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 ISqlJetFileSystemsManager
SqlJetException
public void unregister(ISqlJetFileSystem fs) throws SqlJetException
ISqlJetFileSystemsManager
ISqlJetFileSystem
so that it is no longer accessible.unregister
in interface ISqlJetFileSystemsManager
SqlJetException
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.