Method and Description |
---|
org.apache.maven.shared.io.Utils.readFile(File)
this API isn't explicit about encoding nor EOL normalization, use readPlatformFile() or
readXmlFile() depending on your need, in conjunction with normalizeEndOfLine()
|
org.apache.maven.shared.io.Utils.writeToFile(File, String)
this API isn't explicit about encoding, use writePlatformFile() or writeXmlFile()
depending on your need
|
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.