|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.aavalla.utils.general.FileUtils
public class FileUtils
Nested Class Summary | |
---|---|
static class |
FileUtils.EOLStyle
End-Of-Line style (LF, CR or CRLF) |
Constructor Summary | |
---|---|
FileUtils()
|
Method Summary | |
---|---|
static java.io.File |
getClassPath(java.lang.Class c)
Returns the filesystem path of given class. |
static FileUtils.EOLStyle |
getFileEOLStyle(java.io.File file)
Returns the EOL style used in file given as parameter |
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 FileUtils.EOLStyle getFileEOLStyle(java.io.File file) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public static java.io.File getClassPath(java.lang.Class c)
c
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |