org.fest.util
Class TextFileWriter
java.lang.Object
org.fest.util.TextFileWriter
public class TextFileWriter
- extends Object
- Author:
- Yvonne Wang, Olivier Michallat
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static TextFileWriter instance()
write
public void write(File file,
String... content)
throws IOException
- Throws:
IOException
write
public void write(File file,
Charset charset,
String... content)
throws IOException
- Throws:
IOException
Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.