sbrt.shell
Class HomeDirectory

java.lang.Object
  extended by sbrt.shell.HomeDirectory

public class HomeDirectory
extends java.lang.Object

This class is used to return the home directory of the SBRT, that is, the directory in which the SBRT resides.

Author:
This class was written and documented by Jeremiah Wright while in the Wagner lab.

Constructor Summary
HomeDirectory()
           
 
Method Summary
static java.io.File get()
          Returns the SBRT's home directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeDirectory

public HomeDirectory()
Method Detail

get

public static java.io.File get()
Returns the SBRT's home directory.

Returns:
the SBRT's home directory.