Methods in net.sourceforge.jaulp.file.rename that throw FileDoesNotExistException |
static java.util.List<java.io.File> |
RenameFileUtils.changeAllFilenameSuffix(java.io.File file,
java.lang.String oldSuffix,
java.lang.String newSuffix)
Changes all the Filenames with the new Suffix recursively. |
static java.util.List<java.io.File> |
RenameFileUtils.changeAllFilenameSuffix(java.io.File file,
java.lang.String oldSuffix,
java.lang.String newSuffix,
boolean delete)
Changes all the Filenames with the new Suffix recursively. |
static boolean |
RenameFileUtils.changeFilenameSuffix(java.io.File file,
java.lang.String newSuffix)
Changes the suffix from the Filename. |
static boolean |
RenameFileUtils.changeFilenameSuffix(java.io.File file,
java.lang.String newSuffix,
boolean delete)
Changes the suffix from the Filename. |