|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compomics.util.io.FileSystemAccessor
public class FileSystemAccessor
This class serves as a fast OS independent access point to the file system. Created by IntelliJ IDEA. User: kenny Date: Feb 22, 2010 Time: 1:39:58 PM
Constructor Summary | |
---|---|
FileSystemAccessor()
Empty constructor. |
Method Summary | |
---|---|
static File |
getHomeFolder()
Returns the user home folder. |
static OperatingSystemEnum |
getOperatingSystem()
Get the operating system. |
static String |
getPathOfClass(String aClassname)
Returns the absolute path of the underlying file system of the given class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FileSystemAccessor()
Method Detail |
---|
public static OperatingSystemEnum getOperatingSystem()
public static File getHomeFolder()
public static String getPathOfClass(String aClassname)
aClassname
- The classname of which the parent folder needs to be returned (e.g.: "FileSystemAccessor.class")
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |