com.google.code.maven_replacer_plugin.file
Class FileUtils
java.lang.Object
com.google.code.maven_replacer_plugin.file.FileUtils
public class FileUtils
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUtils
public FileUtils()
fileNotExists
public boolean fileNotExists(String filename)
ensureFolderStructureExists
public void ensureFolderStructureExists(String file)
readFile
public String readFile(String file,
String encoding)
throws IOException
- Throws:
IOException
writeToFile
public void writeToFile(String outputFile,
String content,
String encoding)
throws IOException
- Throws:
IOException
createFullPath
public String createFullPath(String... dirsAndFilename)
isAbsolutePath
public boolean isAbsolutePath(String file)
Copyright © 2012. All Rights Reserved.