|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.core.Progress
org.basex.build.FSParser
public final class FSParser
Creates a database that maps a file system hierarchy.
Constructor Summary | |
---|---|
FSParser(String path,
Context ctx,
String dbname)
Constructor. |
Method Summary | |
---|---|
String |
det()
Returns short information on this process. |
void |
parse()
Recursively parses the given path. |
double |
prog()
Returns progress information. |
String |
tit()
Returns short information on this process. |
Methods inherited from class org.basex.core.Progress |
---|
abort, checkStop, detail, progress, progress, stop, title |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FSParser(String path, Context ctx, String dbname)
path
- import rootctx
- the database context to usedbname
- name of the databaseMethod Detail |
---|
public void parse()
public String tit()
Progress
tit
in class Progress
public String det()
Progress
det
in class Progress
public double prog()
Progress
prog
in class Progress
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |