|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISqlJetFileSystemsManager
The list of all registered ISqlJetFileSystem implementations.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 -
SqlJetException
void unregister(ISqlJetFileSystem fs)
throws SqlJetException
ISqlJetFileSystem so that it is no longer accessible.
fs -
SqlJetException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||