com.taursys.tools
Class ProjectSettings
java.lang.Object
com.taursys.tools.Settings
com.taursys.tools.ProjectSettings
- public class ProjectSettings
- extends Settings
ProjectSettings Contains settings for current project
- Version:
- 1.0
- Author:
- Marty Phelan
Constructor Summary |
ProjectSettings(Settings userSettings)
Constructs a new ProjectSettings and initializes defaults |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ProjectSettings
public ProjectSettings(Settings userSettings)
- Constructs a new ProjectSettings and initializes defaults
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.