| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjimm.twice.util.FileUtils
Contains static utility methods useful when dealing with files that are subscription contents.
| Constructor Summary | |
FileUtils()
 | 
|
| Method Summary | |
static java.lang.String | 
uniqueFileName(java.lang.String directory,
               java.lang.String fileName)
Given a path and file name, return a file name that is unique (this may be the same file name we are given if that name is already unique).  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public FileUtils()
| Method Detail | 
public static java.lang.String uniqueFileName(java.lang.String directory,
                                              java.lang.String fileName)
directory - a directory pathfileName - a file name
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||