summaryrefslogtreecommitdiff
path: root/jvmfwk/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-12-16 10:48:06 +0000
committerKurt Zenker <kz@openoffice.org>2004-12-16 10:48:06 +0000
commite7f7d511a3ad39faef431bdfc2a79fa090d0b5f7 (patch)
tree34acbb1394078c5e16c0b3aa4293ffec857f437c /jvmfwk/source
parent39e505a152568d3522c7239d4ec4c9ecb481d1f0 (diff)
INTEGRATION: CWS jl15 (1.2.2); FILE MERGED
2004/11/26 10:07:40 jl 1.2.2.1: #i37828# removed support of bootstrap parameters UNO_JAVA_JFW_DISABLE and UNO_JAVA_JFW_PLUGIN
Diffstat (limited to 'jvmfwk/source')
-rw-r--r--jvmfwk/source/fwkbase.hxx28
1 files changed, 2 insertions, 26 deletions
diff --git a/jvmfwk/source/fwkbase.hxx b/jvmfwk/source/fwkbase.hxx
index dc6c469721c2..42947d4531c6 100644
--- a/jvmfwk/source/fwkbase.hxx
+++ b/jvmfwk/source/fwkbase.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: fwkbase.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2004-11-09 14:00:47 $
+ * last change: $Author: kz $ $Date: 2004-12-16 11:48:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,10 +84,6 @@ public:
/* returns the file URL to the plugin.
- If the param is empty, then the library is returned provided
- by the bootstrap variable UNO_JAVA_JFW_PLUGIN. If the variable is
- not set then an exception is thrown.
-
*/
rtl::OUString getPluginLibrary(const rtl::OUString& sVendor);
@@ -100,23 +96,6 @@ public:
*/
namespace BootParams
{
-/* Gets the bootstrap variable UNO_JAVA_JFW_PLUGIN and verifies
- if the file exist.
- If it does not exist or it it no valid URL or the URL point not
- to a file then an exception is thrown. The URL can also point to
- a link to a file.
-
- Setting this bootstrap parameter one does not need to specify a
- javavendors.xml (UNO_JAVA_JFW_VENDOR_SETTINGS). If it is also set
- then an exception is thrown.
-*/
-rtl::OUString getPlugin();
-
-/* Gets the bootstrap variable UNO_JAVA_JFW_DISABLE.
- If false is returned, then UNO_JAVA_JFW_DISABLE was not set.
- That is Java can be used.
- */
-bool getDisable();
/* Gets the file URL to the JRE which has been determined by the
bootstrap parameter UNO_JAVA_JFW_JREHOME or UNO_JAVA_JFW_ENV_JREHOME.
@@ -133,9 +112,6 @@ rtl::OUString getSharedData();
/* returns the file URL to the vendor settings xml file.
-
- This file is not needed when UNO_JAVA_JFW_PLUGIN is set.
- If it is also set then an exception is thrown.
*/
rtl::OUString getVendorSettings();