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