| 
DLESE Tools  v1.6.0  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dlese.dpc.services.idmapper.Idmap
public class Idmap
Id mapper main interface. See badparms for usage doc.
| Method Summary | |
|---|---|
static void | 
main(String[] args)
The main program for the Idmap class  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static void main(String[] args)
args - The command line arguments are as follows:
 
      props=[properties file name]     # Required
      dir=[input directory]            # Required
      coll=[metadata format]/[collection key]   # Optional, may be repeated
      email=normal | force | print | [email address]
 
  Testing/debug parms ... 
      bugs=[debugLevel]    # Set debug level.  default is 0.
      checknet=[y/n]       # Check network before beginning.  Default is y
      maxthreads=[num]     # Force maxthreads. Default is 0: use the props file number
  
  Example: to check links on all active collections:
      java org.dlese.dpc.services.idmapper.Idmap
          props=somePropsFile dir=/export/dlese/records
  Example: to test two individual collections (adl and dcc),
  both using adn format, and print the output:
      java org.dlese.dpc.services.idmapper.Idmap
          props=somePropsFile
          dir=/export/dlese/records
          coll=adn/adl  coll=adn/dcc email=print
  | 
DLESE Tools  v1.6.0  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||