com.ideo.sweetdevria.util
Class FileUtils

java.lang.Object
  extended by com.ideo.sweetdevria.util.FileUtils

public class FileUtils
extends java.lang.Object

Utility class to parse and manipulate files

Author:
Julien Maupoux

Constructor Summary
FileUtils()
           
 
Method Summary
static java.lang.String extractFileName(java.lang.String filename)
          Extract the file name from the full path of a file This file might be a non existing one, this is the reason why we cannot use the common APIs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUtils

public FileUtils()
Method Detail

extractFileName

public static java.lang.String extractFileName(java.lang.String filename)
Extract the file name from the full path of a file This file might be a non existing one, this is the reason why we cannot use the common APIs

Parameters:
filename - the full file name
Returns:
the file name extracted


Copyright © 2010 Ideo Technologies. All Rights Reserved.