|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ideo.sweetdevria.util.FileUtils
public class FileUtils
Utility class to parse and manipulate files
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 |
---|
public FileUtils()
Method Detail |
---|
public static java.lang.String extractFileName(java.lang.String filename)
filename
- the full file name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |