org.prorefactor.refactor.settings
Class ProparseProjectSettings

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

public class ProparseProjectSettings
extends Settings

Settings specific to an individual project, which have to do with Proparse or refactoring configuration or preferences.


Field Summary
 boolean capKeyword
           
 int indentSpaces
           
 boolean indentTab
           
 java.lang.String keywordall
           
 java.lang.String rCodeDir
           
 java.lang.String schemaFile
           
 
Fields inherited from class org.prorefactor.refactor.settings.Settings
properties, propertiesDescription, propsFilename
 
Constructor Summary
ProparseProjectSettings(java.lang.String propsFilename, java.lang.String projectName)
           
 
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

capKeyword

public boolean capKeyword

indentTab

public boolean indentTab

indentSpaces

public int indentSpaces

keywordall

public java.lang.String keywordall

rCodeDir

public java.lang.String rCodeDir

schemaFile

public java.lang.String schemaFile
Constructor Detail

ProparseProjectSettings

public ProparseProjectSettings(java.lang.String propsFilename,
                               java.lang.String projectName)
Method Detail

loadSettings

public void loadSettings()
                  throws java.lang.Exception
Description copied from class: Settings
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.