com.aptana.ide.ui.editors.preferences.formatter
Class FormatterProfileStore

java.lang.Object
  extended by com.aptana.ide.ui.editors.preferences.formatter.ProfileStore
      extended by com.aptana.ide.ui.editors.preferences.formatter.FormatterProfileStore

public class FormatterProfileStore
extends ProfileStore


Field Summary
 
Fields inherited from class com.aptana.ide.ui.editors.preferences.formatter.ProfileStore
ENCODING, VERSION_KEY_SUFFIX
 
Constructor Summary
FormatterProfileStore(java.lang.String pluginId)
           
 
Method Summary
 void checkCurrentOptionsVersion()
           
 java.util.List readProfiles(org.eclipse.core.runtime.preferences.IScopeContext scope)
          
 
Methods inherited from class com.aptana.ide.ui.editors.preferences.formatter.ProfileStore
readProfilesFromFile, readProfilesFromStream, readProfilesFromString, writeProfiles, writeProfilesToFile, writeProfilesToStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatterProfileStore

public FormatterProfileStore(java.lang.String pluginId)
Parameters:
pluginId -
Method Detail

readProfiles

public java.util.List readProfiles(org.eclipse.core.runtime.preferences.IScopeContext scope)
                            throws org.eclipse.core.runtime.CoreException

Overrides:
readProfiles in class ProfileStore
Returns:
Returns the collection of profiles currently stored in the preference store or null if the loading failed. The elements are of type ProfileManager.CustomProfile and are all updated to the latest version.
Throws:
org.eclipse.core.runtime.CoreException

checkCurrentOptionsVersion

public void checkCurrentOptionsVersion()