org.hackystat.utilities.home
Class HackystatUserHome

java.lang.Object
  extended by org.hackystat.utilities.home.HackystatUserHome

public final class HackystatUserHome
extends java.lang.Object

Provides a utility that returns the desired location of the dot-hackystat directory. This defaults to the user.home System Property, but can be overridden by the user by providing the property hackystat.user.home.

Author:
Philip Johnson

Method Summary
static java.io.File getHome()
          Return a File instance representing the desired location of the .hackystat directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHome

public static java.io.File getHome()
Return a File instance representing the desired location of the .hackystat directory. Note that this directory may or may not exist.

Returns:
A File instance representing the desired user.home directory.