net.charlesames.utility.io
Class SystemMethods

java.lang.Object
  extended by net.charlesames.utility.io.SystemMethods

public abstract class SystemMethods
extends java.lang.Object

Miscellaneous methods concerned with system information.

Author:
Charles Ames

Constructor Summary
SystemMethods()
           
 
Method Summary
static java.lang.String getHomeDirectory()
          Get the user.home system property.
static java.lang.String getUserName()
          Get the user.name system property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemMethods

public SystemMethods()
Method Detail

getHomeDirectory

public static java.lang.String getHomeDirectory()
Get the user.home system property.

Returns:
The user.home system property.

getUserName

public static java.lang.String getUserName()
Get the user.name system property.

Returns:
The user.name system property.