fr.tireme.schemadoc.utilities
Class RenameObjects
java.lang.Object
fr.tireme.schemadoc.utilities.RenameObjects
public class RenameObjects
- extends java.lang.Object
Interact with the rename command enabling to rename different objects by program.
This piece of code works with a specific file provided to the constructor and a directory defining where to output
the information.
For the input information, the DTD is the following :
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE replacements [
<!ELEMENT replace EMPTY>
<!ATTLIST replace
oldid CDATA #REQUIRED
newid CDATA #REQUIRED
>
<!ELEMENT replacements (replace*)>
]>
<replacements>
<replace oldid="structuringSetType" newid="structuringSetBased"/>
</replacements>
- Since:
- 7 janvier 2005
- Version:
- 2.0
- Author:
- Pierre Attar ; pat@tireme.fr Copyright (c) Tireme 2002, 2003, 2004
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RenameObjects
public RenameObjects(SDOneConfigParams envParam,
Messages sdm,
java.lang.String renameFilename,
java.lang.String dirToDump)
throws Xml2outputExcept
- Throws:
Xml2outputExcept
getFinalMessage
public java.lang.String getFinalMessage()