org.prorefactor.refactor.settings
Class ApplicationSettings

java.lang.Object
  extended by org.prorefactor.refactor.settings.Settings
      extended by org.prorefactor.refactor.settings.ApplicationSettings

public class ApplicationSettings
extends Settings

Application-wide settings


Field Summary
 java.lang.String externalEditor
           
 
Fields inherited from class org.prorefactor.refactor.settings.Settings
properties, propertiesDescription, propsFilename
 
Constructor Summary
ApplicationSettings(java.lang.String propsFilename)
          This does not create the file if it does not exist.
 
Method Summary
 void loadSettings()
          This does not create the file if it does not exist.
 void saveSettings()
           
 
Methods inherited from class org.prorefactor.refactor.settings.Settings
getVal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

externalEditor

public java.lang.String externalEditor
Constructor Detail

ApplicationSettings

public ApplicationSettings(java.lang.String propsFilename)
This does not create the file if it does not exist.

Method Detail

loadSettings

public void loadSettings()
                  throws java.lang.Exception
This does not create the file if it does not exist.

Overrides:
loadSettings in class Settings
Throws:
java.lang.Exception

saveSettings

public void saveSettings()
                  throws java.lang.Exception
Overrides:
saveSettings in class Settings
Throws:
java.lang.Exception


Copyright © 2008 Joanju Software. All Rights Reserved.