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 provides all the static methods for Input and Output .
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      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

        equals, 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 the string contect to be inserted.
        filePath - java.lang.String the file name with path.