org.eclipse.cdt.internal.ui.preferences.formatter
Interface IProfileVersioner

All Known Implementing Classes:
ProfileVersioner

public interface IProfileVersioner


Method Summary
 int getCurrentVersion()
           
 int getFirstVersion()
           
 java.lang.String getProfileKind()
           
 void update(ProfileManager.CustomProfile profile)
          Update the profile to the current version number
 

Method Detail

getFirstVersion

int getFirstVersion()

getCurrentVersion

int getCurrentVersion()

getProfileKind

java.lang.String getProfileKind()

update

void update(ProfileManager.CustomProfile profile)
Update the profile to the current version number