com.notuvy.file
Class SafeFilename

java.lang.Object
  extended by com.notuvy.file.SafeFilename

public class SafeFilename
extends Object

Safely create a file by finding a numbered varient of a given pattern. User: murali Date: Aug 26, 2008 Time: 10:14:38 AM


Nested Class Summary
static class SafeFilename.Parts
           
 
Constructor Summary
SafeFilename(File pTemplate)
           
 
Method Summary
static File get(File pFile)
           
static File get(String pFilename)
           
 File next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafeFilename

public SafeFilename(File pTemplate)
Method Detail

get

public static File get(File pFile)

get

public static File get(String pFilename)

next

public File next()


Copyright © 2013. All Rights Reserved.