LibreOffice Module jvmfwk (master) 1
Classes | Namespaces | Enumerations | Functions
fwkbase.hxx File Reference
#include <sal/config.h>
#include <string_view>
#include <vector>
#include <rtl/ustring.hxx>
#include "libxmlutil.hxx"
Include dependency graph for fwkbase.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  jfw::VendorSettings
 

Namespaces

namespace  jfw
 
namespace  jfw::BootParams
 

Enumerations

enum  jfw::JFW_MODE {
  jfw::JFW_MODE_APPLICATION ,
  jfw::JFW_MODE_DIRECT
}
 

Functions

OUString jfw::BootParams::getJREHome ()
 
::std::vector< OString > jfw::BootParams::getVMParameters ()
 
OUString jfw::BootParams::getUserData ()
 
OUString jfw::BootParams::getSharedData ()
 
OUString jfw::BootParams::getVendorSettings ()
 
OString jfw::BootParams::getClasspath ()
 
OUString jfw::BootParams::getClasspathUrls ()
 
JFW_MODE jfw::getMode ()
 
OString jfw::makeClassPathOption (std::u16string_view sUserClassPath)
 creates the -Djava.class.path option with the complete classpath, including the paths which are set by UNO_JAVA_JFW_CLASSPATH_URLS. More...
 
OString jfw::getSettingsPath (const OUString &sURL)
 
OString jfw::getUserSettingsPath ()
 Get the system path to the javasettings.xml Converts the URL returned from getUserSettingsURL to a Systempath. More...
 
OString jfw::getSharedSettingsPath ()
 Returns the system path of the share settings file. More...
 
OString jfw::getVendorSettingsPath ()
 
void jfw::setJavaSelected ()
 Called from writeJavaInfoData. More...
 
bool jfw::wasJavaSelectedInSameProcess ()
 Determines if the currently selected Java was set in this process. More...
 
OUString jfw::getApplicationClassPath ()