liquibase.util
Class FileUtil
java.lang.Object
liquibase.util.FileUtil
public class FileUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtil
public FileUtil()
getContents
public static String getContents(File file)
throws IOException
- Throws:
IOException
write
public static void write(String contents,
File file)
throws IOException
- Throws:
IOException
Copyright © 2016 Liquibase.org. All rights reserved.