diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-09 17:24:52 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-09 17:27:20 +0200 |
commit | 2ceeee914e3ff69811ca04ecccf30a582c58b34a (patch) | |
tree | bba87c6d0d2c783ce47134349f7c8fd5dc19c932 /jvmfwk/source/fwkbase.hxx | |
parent | 3de89997f492c1216592fa4db1c7e6ce6c3fe4fa (diff) |
Remove jvmfwk plugin feature
...which was effectively unused; there only ever was a single sunjavaplugin that
is now folded directly into jvmfwk. Leaves room for further clean up.
Change-Id: I14dd2a3a09bd1ce9a8c3f5c156628ec11d954a0b
Diffstat (limited to 'jvmfwk/source/fwkbase.hxx')
-rw-r--r-- | jvmfwk/source/fwkbase.hxx | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/jvmfwk/source/fwkbase.hxx b/jvmfwk/source/fwkbase.hxx index 89e7b570af03..a8efc2a119ea 100644 --- a/jvmfwk/source/fwkbase.hxx +++ b/jvmfwk/source/fwkbase.hxx @@ -34,19 +34,6 @@ class VendorSettings public: VendorSettings(); - /** Gets all plugin library URLs with the corresponding vendor name. - - It uses the /javaSelection/plugins/library element from the javavendors.xml - to locate the library. - Is is verified that the plug-in exist. If a plug-in does not exist then an - exception is thrown containing the error JFW_E_CONFIGURATION - */ - ::std::vector<PluginLibrary> getPluginData(); - - /* returns the file URL to the plugin. - */ - OUString getPluginLibrary(const OUString& sVendor); - VersionInfo getVersionInformation(const OUString & sVendor); ::std::vector< OUString> getSupportedVendors(); |