Class FileUtils
java.lang.Object
com.google.code.maven_replacer_plugin.file.FileUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFullPath
(String... dirsAndFilename) void
boolean
fileNotExists
(String filename) boolean
isAbsolutePath
(String file) void
writeToFile
(String outputFile, String content, String encoding)
-
Constructor Details
-
FileUtils
public FileUtils()
-
-
Method Details
-
fileNotExists
-
ensureFolderStructureExists
-
readFile
- Throws:
IOException
-
writeToFile
- Throws:
IOException
-
createFullPath
-
isAbsolutePath
-