Searched refs:appendText (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/io/
H A DFileUtils.java994 public static void appendText(String fileName, String line) throws method in class:FileUtils
1004 throw new RuntimeException("FileUtils.appendText()", e);
1014 public static void appendText(String fileName, StringBuffer buffer) method in class:FileUtils
1017 appendText(fileName, buffer.toString());

Completed in 23 milliseconds