|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ORG.oclc.webz.Db | +--ORG.oclc.tools.IniDb
IniDb reads/maintains database information read from inifiles.
Db
,
IniServer
,
IndexMap
,
IniSort
Field Summary | |
protected String |
briefberformat
|
protected String |
briefmarcformat
|
protected String |
briefRecordFmt
The object containing the class for brief record formatting. |
protected String |
brieftextformat
|
protected int |
dbid
Newton dbid. |
protected String |
docorderformat
|
protected Vector |
fmtClassTable
The object containing the list of alternate formatting classes. |
protected String |
fullRecordFmt
The object containing the class for full record formatting. |
protected String |
hdir
Hdir name. |
protected String |
hedr
Hedr name. |
protected int[] |
includes
The list of databases for a newton logical db. |
protected String |
indx
Indx name. |
protected static Hashtable |
iniDbs
|
protected String |
marcformat
Z3950 format types. |
protected static Hashtable |
newtonDbs
|
protected String |
pdir
Pdir name. |
protected String |
post
Post name. |
protected IniServer |
remoteServer
The remote server object. |
protected String |
serverName
The Z39.50 ServerName. |
protected static Hashtable |
servers
|
protected IniSort |
sort
Sort specifications for the database. |
protected String |
textformat
|
Fields inherited from class ORG.oclc.webz.Db |
alternateThesaurusDbName,
attributes,
dbIniFile,
dedup,
fCanDoScan,
fCanDoSort,
fDbGroup,
fFullText,
fHideit,
fmtClassTable,
fullTextRecordSyntax,
holdingsDbName,
ILLService,
indexMap,
longName,
name,
recordIdTag,
recordSyntax,
remoteAuthorizationRequired,
remoteDatabaseAutho,
remoteDatabasePassword,
remoteDatabaseServerName,
sort,
termFinder,
thesaurusDbName,
zName,
zServer |
Constructor Summary | |
IniDb()
Construct a DbObject. |
Method Summary | |
String |
toIniString()
Generates an IniFile Style output for the database. |
String |
toString()
Generates the string representation of this object. |
static void |
writeDbInis(String rootpath)
Write the database IniFiles. |
static void |
writeServerInis(String rootpath)
Write the server IniFiles. |
Methods inherited from class ORG.oclc.webz.Db |
alternateThesaurusDb,
dbIniFile,
dedup,
deweyDb,
fCanDoRanked,
fCanDoScan,
fCanDoSort,
fCanDoTermFinder,
fFullText,
fmtClassTable,
fPartialSearch,
fullTextRecordSyntax,
get,
getAllDbs,
getAttributes,
getDefaultDbGroup,
getFormat,
getSortedNames,
holdingsDb,
ILLService,
indexMap,
isDbGroupDefinition,
isHidden,
loadFromIniFile,
longName,
name,
partialSearchParms,
recordIdTag,
recordSyntax,
setDefaultDbGroup,
sort,
stopWords,
termFinderInfo,
thesaurusDb,
zName,
zServer |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected String serverName
protected IniServer remoteServer
protected String fullRecordFmt
protected String briefRecordFmt
protected Vector fmtClassTable
protected IniSort sort
protected String hedr
protected String hdir
protected String post
protected String indx
protected String pdir
protected int dbid
protected int[] includes
protected String marcformat
protected String briefmarcformat
protected String textformat
protected String brieftextformat
protected String briefberformat
protected String docorderformat
protected static Hashtable newtonDbs
protected static Hashtable iniDbs
protected static Hashtable servers
Constructor Detail |
public IniDb()
Method Detail |
public static void writeServerInis(String rootpath)
rootpath
- the starting directorypublic static void writeDbInis(String rootpath)
rootpath
- the starting directorypublic String toIniString()
public String toString()
|
Open SiteSearch 4.1.1 Final |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |