public class FileUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getContents(File file) |
static void |
write(String contents,
File file) |
public static String getContents(File file) throws IOException
IOException
public static void write(String contents, File file) throws IOException
IOException
Copyright © 2020 Liquibase.org. All rights reserved.