public class FileSystemAccessor
extends java.lang.Object
| Constructor and Description |
|---|
FileSystemAccessor()
Empty constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static java.io.File |
getHomeFolder()
Returns the user home folder.
|
static OperatingSystemEnum |
getOperatingSystem()
Get the operating system.
|
static java.lang.String |
getPathOfClass(java.lang.String aClassname)
Returns the absolute path of the underlying file system of the given
class.
|
public static OperatingSystemEnum getOperatingSystem()
public static java.io.File getHomeFolder()
public static java.lang.String getPathOfClass(java.lang.String aClassname)
aClassname - The classname of which the parent folder needs to be
returned (e.g.: "FileSystemAccessor.class")Copyright © 2014. All Rights Reserved.