|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.apps.server.util.prefs.XMLUpdateUtil
Constructor Summary | |
XMLUpdateUtil()
|
Method Summary | |
static void |
copyFile(java.lang.String original,
java.lang.String destination)
Backs up the original XML file. |
static void |
log(java.lang.Object message)
Logs the passed in message to the system out |
static void |
writeToXML(java.lang.String fileName,
com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject p)
Writes the WcmPrefsObject to XML file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XMLUpdateUtil()
Method Detail |
public static void log(java.lang.Object message)
message
- The message to out put to system out.public static void copyFile(java.lang.String original, java.lang.String destination) throws java.io.IOException
original
- The original file path.destination
- The destination file path.
java.io.IOException
public static void writeToXML(java.lang.String fileName, com.filenet.wcm.toolkit.server.util.prefs.WcmPrefsObject p) throws java.io.IOException
fileName
- The path the the XML filep
- The WcmPrefsObject object that holds the XML data.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |