loc.ini" where dbname is the ZDb.dbname().
If "systemId" is not present, the symbol is assumed to be an OCLC
symbol.
Its output is a string with blank-delimited : s.
The "loc.ini" file contains these sections:
[ThisDb]
Default=ABC
systemId=OCLC
LOCATION ONE=NoInst
LOCATION TWO=NoInst
LOCATION THREE=DEF
LOCATION FOUR=DEF
LOCATION FIVE=GHI
LOCATION SIX=GHI
Method Summary |
static String |
getInst(String dbName,
String location)
Given a database name and a location string, looks up
the symbol associated with that string (if any), and
adds it to the lenderString StringBuffer. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
LenderString
public LenderString()
getInst
public static String getInst(String dbName,
String location)
- Given a database name and a location string, looks up
the symbol associated with that string (if any), and
adds it to the lenderString StringBuffer.
- Parameters:
dbName
- the name of the databaselocation
- the location string from the OPAC record- Returns:
- String the symbol.