Uses of Class
com.nurelm.util.NuFileException

Packages that use NuFileException
com.nurelm.util   
 

Uses of NuFileException in com.nurelm.util
 

Methods in com.nurelm.util that throw NuFileException
static java.lang.String NuFile.verifyPathSlashes(java.lang.String path)
          Verfies that the path has...
static java.lang.String NuFile.stripFileFromPath(java.lang.String pathName)
          Send this method /a/path/to/a/file.txt and get /a/path/to/a/ without the filename at the end.
 java.lang.String NuFile.verifyUniqueFileName(int returnPathFileName)
          DOCUMENT ME!
static java.lang.String ImageUtil.reduceIfNeeded(java.lang.String originalImagePathFileName, float newMaxHeight, float newMaxWidth)
           
static java.lang.String ImageUtil.reduceAndDeleteOldIfNeeded(java.lang.String originalImagePathFileName, java.lang.String newMaxHeight, java.lang.String newMaxWidth)
          If the passed in dimensions are smaller than the image, the image is reduced in size.
static java.lang.String ImageUtil.convertFileNameToResizedJpeg(java.lang.String pathFileName)
          Changes the file extension to "jpg" and returns the new string.