Package liquibase.util
Class FileUtil
java.lang.Object
liquibase.util.FileUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getContents
(File file) static String
getFileNotFoundMessage
(String physicalChangeLogLocation) static boolean
isAbsolute
(String path) static void
static void
Deprecated.
-
Method Details
-
getContents
- Throws:
IOException
-
write
- Throws:
IOException
-
write
Deprecated.useFileUtils.write(File, CharSequence, String, boolean)
- Throws:
IOException
-
getFileNotFoundMessage
-
isAbsolute
-
FileUtils.write(File, CharSequence, String, boolean)