Io
Composite Recipes
Recipes that include further recipes, often including the individual recipes below.
Recipes
- Prefer
System.lineSeparator()
- Prefer
java.nio.file.Files
- Relocate
org.apache.commons:commons-io
tocommons-io:commons-io
- Replace
FileUtils.getFile(String...)
with JDK provided API - Replace
FileUtils.writeStringToFile(File, String)
with JDK provided API - Use IOUtils method that include their charset encoding