com.ibm.commerce.tools.epromotion.util
Class IO

java.lang.Object
  com.ibm.commerce.tools.epromotion.util.IO

public final class IO
extends java.lang.Object

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

COPYRIGHT

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values
Method Detail

printStringToFile

public 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.
Parameters:
content - java.lang.String
filePath - java.lang.String

Feedback