|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.store.FileLister
public class FileLister
Utility class to list the files of a database.
Method Summary | |
---|---|
static java.util.ArrayList<java.lang.String> |
getDatabaseFiles(java.lang.String dir,
java.lang.String db,
boolean all)
Get the list of database files. |
static java.lang.String |
getDatabaseNameFromFileName(java.lang.String fileName)
Extract the name of the database from a given file name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String getDatabaseNameFromFileName(java.lang.String fileName)
fileName
- the file name (without directory)
public static java.util.ArrayList<java.lang.String> getDatabaseFiles(java.lang.String dir, java.lang.String db, boolean all) throws java.sql.SQLException
dir
- the directory (null for the current directory)db
- the database name (null for all databases)all
- if true, files such as the lock, trace, hash index, and lob
files are included. If false, only data, index and log files
are returned
java.sql.SQLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |