com.taursys.tools
Class UserSettings

java.lang.Object
  extended bycom.taursys.tools.Settings
      extended bycom.taursys.tools.UserSettings

public class UserSettings
extends Settings

UserSettings contains default settings for current user

Version:
1.0
Author:
Marty Phelan

Field Summary
static java.lang.String AUTHOR
           
static java.lang.String COPYRIGHT
           
static java.lang.String DEFAULT_PROJECT_PATH
           
static java.lang.String LAST_PROJECT_PATH
           
static java.lang.String PROP_FILE_NAME
           
static java.lang.String TEMPLATES_PATH
           
 
Fields inherited from class com.taursys.tools.Settings
properties
 
Constructor Summary
UserSettings()
          Constructs a new UserSettings and initializes defaults
 
Method Summary
protected  java.lang.String getPropertyFileName()
          Gets the full property file name
protected  java.lang.String getPropertyFilePath()
          Gets the full property file name
 
Methods inherited from class com.taursys.tools.Settings
getDescription, getProperties, getProperty, loadSettings, loadSettings, saveSettings, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_FILE_NAME

public static final java.lang.String PROP_FILE_NAME
See Also:
Constant Field Values

AUTHOR

public static final java.lang.String AUTHOR
See Also:
Constant Field Values

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

DEFAULT_PROJECT_PATH

public static final java.lang.String DEFAULT_PROJECT_PATH
See Also:
Constant Field Values

TEMPLATES_PATH

public static final java.lang.String TEMPLATES_PATH
See Also:
Constant Field Values

LAST_PROJECT_PATH

public static final java.lang.String LAST_PROJECT_PATH
See Also:
Constant Field Values
Constructor Detail

UserSettings

public UserSettings()
Constructs a new UserSettings and initializes defaults

Method Detail

getPropertyFilePath

protected java.lang.String getPropertyFilePath()
Gets the full property file name

Specified by:
getPropertyFilePath in class Settings

getPropertyFileName

protected java.lang.String getPropertyFileName()
Gets the full property file name

Specified by:
getPropertyFileName in class Settings


Copyright © 2007 Martin T Phelan. All Rights Reserved.