java.lang.Object | +--com.ibm.commerce.tools.epromotion.util.IO
This Class provide all the static methods for Input and Output .
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
Method Summary | |
---|---|
static void |
printStringToFile(java.lang.String content,
java.lang.String filePath) This method is using to print a String content into a specified system file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Method Detail |
---|
public static void printStringToFile(java.lang.String content, java.lang.String filePath)
content
- java.lang.StringfilePath
- java.lang.String