public interface ISqlJetFileSystemsManager
ISqlJetFileSystem implementations.| Modifier and Type | Method and Description |
|---|---|
ISqlJetFileSystem |
find(java.lang.String name)
Locate a
ISqlJetFileSystem by name. |
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. |
ISqlJetFileSystem find(java.lang.String name)
ISqlJetFileSystem by name. If no name is given, simply return the
default ISqlJetFileSystem.name - void register(ISqlJetFileSystem fs, boolean isDefault) throws SqlJetException
ISqlJetFileSystem with the system. It is harmless to register the same
ISqlJetFileSystem multiple times. The new ISqlJetFileSystem becomes
the default if isDefault is true.fs - isDefault - SqlJetExceptionvoid unregister(ISqlJetFileSystem fs) throws SqlJetException
ISqlJetFileSystem so that it is no longer accessible.fs - SqlJetException