com.googlecode.gendevcode.common
类 Util

java.lang.Object
  继承者 com.googlecode.gendevcode.common.Util

public class Util
extends Object

通用辅助类

作者:
devilishking

构造方法摘要
Util()
           
 
方法摘要
static void writeFile(String text, String filePath)
          将字符串写入文件中
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

Util

public Util()
方法详细信息

writeFile

public static void writeFile(String text,
                             String filePath)
                      throws Exception
将字符串写入文件中

参数:
text - 字符串
filePath - 文件全路径
抛出:
Exception


Copyright © 2012 Devilishkom. All Rights Reserved.