|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evanmclean.evlib.lang.Sys
public class Sys
Misc functions for System related info.
Constructor Summary | |
---|---|
Sys()
|
Method Summary | |
---|---|
static File |
currentFolder()
Return the current working folder from the system properties. |
static File |
tmpFolder()
Return the temporary folder from the system properties. |
static File |
userHome()
Return the user's home folder from the system properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sys()
Method Detail |
---|
public static File currentFolder() throws IOException
IOException
- If missing property, missing folder or not a folder.public static File tmpFolder() throws IOException
IOException
- If missing property, missing folder or not a folder.public static File userHome() throws IOException
IOException
- If missing property, missing folder or not a folder.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |