Uses of Class
net.sourceforge.jaulp.file.exceptions.FileDoesNotExistException

Packages that use FileDoesNotExistException
net.sourceforge.jaulp.file.rename Provides classes for renaming files or directories. 
 

Uses of FileDoesNotExistException in net.sourceforge.jaulp.file.rename
 

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.
 



Copyright © 2010. All Rights Reserved.