LibreOffice Module jvmfwk (master) 1
Functions
jfw::BootParams Namespace Reference

Functions

OUString getJREHome ()
 
::std::vector< OString > getVMParameters ()
 
OUString getUserData ()
 
OUString getSharedData ()
 
OUString getVendorSettings ()
 
OString getClasspath ()
 
OUString getClasspathUrls ()
 

Function Documentation

◆ getClasspath()

OString jfw::BootParams::getClasspath ( )

◆ getClasspathUrls()

OUString jfw::BootParams::getClasspathUrls ( )

Definition at line 365 of file fwkbase.cxx.

References jfw::Bootstrap(), SAL_INFO, and UNO_JAVA_JFW_CLASSPATH_URLS.

Referenced by jfw::getApplicationClassPath().

◆ getJREHome()

OUString jfw::BootParams::getJREHome ( )

◆ getSharedData()

OUString jfw::BootParams::getSharedData ( )

◆ getUserData()

OUString jfw::BootParams::getUserData ( )

Definition at line 234 of file fwkbase.cxx.

Referenced by jfw::NodeJava::getSettingsURL(), and jfw::getUserSettingsPath().

◆ getVendorSettings()

OUString jfw::BootParams::getVendorSettings ( )

◆ getVMParameters()

std::vector< OString > jfw::BootParams::getVMParameters ( )

Definition at line 211 of file fwkbase.cxx.

References jfw::Bootstrap(), i, OUStringToOString(), SAL_INFO, sName, and UNO_JAVA_JFW_PARAMETER.

Referenced by jfw_startVM().