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