DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.test
Class DcsRecordEditorFix

java.lang.Object
  extended by org.dlese.dpc.schemedit.test.DcsRecordEditorFix

public class DcsRecordEditorFix
extends Object

Replaces all the occurances of an editor with another .

Author:
ostwald

$Id: DcsRecordEditorFix.java,v 1.3 2009/03/20 23:33:57 jweather Exp $


Constructor Summary
DcsRecordEditorFix(String format)
          Constructor for the DcsRecordEditorFix object
 
Method Summary
static void main(String[] args)
          The main program for the DcsRecordEditorFix class
static void prtln(String s)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DcsRecordEditorFix

public DcsRecordEditorFix(String format)
Constructor for the DcsRecordEditorFix object

Method Detail

main

public static void main(String[] args)
                 throws Exception
The main program for the DcsRecordEditorFix class

Parameters:
args - The command line arguments
Throws:
Exception

prtln

public static void prtln(String s)
Description of the Method

Parameters:
s - Description of the Parameter

DLESE Tools
v1.6.0