com.taursys.tools
Class ProjectSettings

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

public class ProjectSettings
extends Settings

ProjectSettings Contains settings for current project

Version:
1.0
Author:
Marty Phelan

Field Summary
static java.lang.String PROJECT_PATH
           
static java.lang.String PROP_FILE_NAME
           
static java.lang.String SOURCE_PATH
           
 
Fields inherited from class com.taursys.tools.Settings
properties
 
Constructor Summary
ProjectSettings(Settings userSettings)
          Constructs a new ProjectSettings 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

PROJECT_PATH

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

SOURCE_PATH

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

ProjectSettings

public ProjectSettings(Settings userSettings)
Constructs a new ProjectSettings 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.