Modifier and Type | Class and Description |
---|---|
(package private) class |
MakeWeb.SiteMap.DBInsert
insert into tablename (name1, name2) values(exp, exp)
Suggest inserting:
entryid - id of this entry
name - text name of entry
type - 0 is file, 1 is directory, -1 is unknown
path - string path from top
parentid - id of containing directory with top = 0
length - byte length of file, 0 for directory on windows, size on linux
date - milliseconds since the epoch (00:00:00 GMT, January 1, 1970)
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
MakeWeb.SiteMap.siteMap(java.io.File parentDir,
int parent,
MakeWeb.FileCallBack callBack)
Extend a site map for a directory - argument must be a
directory and must exist.
|