|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pz.platypus.utilities.PlatypusHomeDirectory
public class PlatypusHomeDirectory
Gets the home directory for Platypus as set in the user environment.
Field Summary | |
---|---|
private java.lang.String |
homeDirectory
|
Constructor Summary | |
---|---|
PlatypusHomeDirectory(java.lang.Class gddClass)
Creates a string of the home directory from the user environment and makes sure it ends with a file separator. |
Method Summary | |
---|---|
java.lang.String |
get()
return the home directory name with a file separator at end |
(package private) java.lang.String |
getHomeDirectoryFromTextFile()
Looks to see if the current directory holds a file called 'platypus.home'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String homeDirectory
Constructor Detail |
---|
public PlatypusHomeDirectory(java.lang.Class gddClass)
gddClass
- used in the commented-out codeMethod Detail |
---|
java.lang.String getHomeDirectoryFromTextFile()
public java.lang.String get()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |