diff options
author | Ralf Sternberg | 2012-12-14 16:52:16 +0000 |
---|---|---|
committer | Ralf Sternberg | 2012-12-14 16:52:16 +0000 |
commit | 2c601f9887d7b2b65145c1991d053021cf2e9760 (patch) | |
tree | 85ffc80ff277e8c7160c75b965cd6870ee090c45 /bundles/org.eclipse.rap.ui/schema/rap/settingstores.exsd | |
parent | 4e9000eb963aca06867bfdc983e6c72f23d6c15b (diff) | |
download | org.eclipse.rap-2c601f9887d7b2b65145c1991d053021cf2e9760.tar.gz org.eclipse.rap-2c601f9887d7b2b65145c1991d053021cf2e9760.tar.xz org.eclipse.rap-2c601f9887d7b2b65145c1991d053021cf2e9760.zip |
Remove I-prefix from public setting store interfaces
ISettingStore -> SettingStore
ISettingStoreFactory -> SettingStoreFactory
* Leave old interfaces in place to leave a pointer for the migration
* Revise setting store API documentation
See bug 391724: Remove "I" prefix from interfaces
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391724
Diffstat (limited to 'bundles/org.eclipse.rap.ui/schema/rap/settingstores.exsd')
-rw-r--r-- | bundles/org.eclipse.rap.ui/schema/rap/settingstores.exsd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.rap.ui/schema/rap/settingstores.exsd b/bundles/org.eclipse.rap.ui/schema/rap/settingstores.exsd index 24c6d6a473..3b49ed958d 100644 --- a/bundles/org.eclipse.rap.ui/schema/rap/settingstores.exsd +++ b/bundles/org.eclipse.rap.ui/schema/rap/settingstores.exsd @@ -88,10 +88,10 @@ org.eclipse.rap.rwt.settingStoreFactory=file <attribute name="class" type="string" use="required"> <annotation> <documentation> - a fully qualified name of the class implementing the <code>org.eclipse.rap.rwt.service.ISettingStoreFactory</code> interface. + a fully qualified name of the class implementing the <code>org.eclipse.rap.rwt.service.SettingStoreFactory</code> interface. </documentation> <appInfo> - <meta.attribute kind="java" basedOn=":org.eclipse.rap.rwt.service.ISettingStoreFactory"/> + <meta.attribute kind="java" basedOn=":org.eclipse.rap.rwt.service.SettingStoreFactory"/> </appInfo> </annotation> </attribute> @@ -133,7 +133,7 @@ org.eclipse.rap.rwt.settingStoreFactory=file <meta.section type="apiInfo"/> </appInfo> <documentation> - To obtain a setting store use <code>RWT.getSettingStore()</code>. This will use the configured <code>org.eclipse.rap.rwt.service.ISettingStoreFactory</code> to generate and return an appropriate <code>org.eclipse.rap.rwt.service.ISettingStore</code> instance for this session. + To obtain a setting store use <code>RWT.getSettingStore()</code>. This will use the configured <code>org.eclipse.rap.rwt.service.SettingStoreFactory</code> to generate and return an appropriate <code>org.eclipse.rap.rwt.service.SettingStore</code> instance for this session. <p> Developers wishing to provide their own setting store must implement <code>ISettingStore</code> and <code>ISettingStoreFactory</code> and contribute their factory using this extension point. </documentation> |