Package liquibase.util
Class FileUtil
java.lang.Object
liquibase.util.FileUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetContents(File file) static StringgetFileNotFoundMessage(String physicalChangeLogLocation) static booleanisAbsolute(String path) static voidstatic voidDeprecated.
-
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)