LibreOffice Module jvmfwk (master) 1
Public Member Functions | Protected Types | Protected Member Functions | Private Attributes | Friends | List of all members
jfw_plugin::VendorBase Class Referenceabstract

#include <vendorbase.hxx>

Inheritance diagram for jfw_plugin::VendorBase:
[legend]
Collaboration diagram for jfw_plugin::VendorBase:
[legend]

Public Member Functions

 VendorBase ()
 
const OUString & getVendor () const
 
const OUString & getVersion () const
 
const OUString & getHome () const
 
const OUString & getRuntimeLibrary () const
 
const OUString & getLibraryPath () const
 
bool isValidArch () const
 
bool needsRestart () const
 
virtual int compareVersions (const OUString &sSecond) const =0
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Protected Types

typedef rtl::Reference< VendorBase >(* createInstance_func) ()
 

Protected Member Functions

bool initialize (const std::vector< std::pair< OUString, OUString > > &props)
 
virtual char const *const * getRuntimePaths (int *size)=0
 
virtual char const *const * getLibraryPaths (int *size)=0
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 

Private Attributes

OUString m_sVendor
 
OUString m_sVersion
 
OUString m_sHome
 
OUString m_sRuntimeLibrary
 
OUString m_sLD_LIBRARY_PATH
 
OUString m_sArch
 

Friends

rtl::Reference< VendorBasecreateInstance (createInstance_func pFunc, const std::vector< std::pair< OUString, OUString > > &properties)
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

Definition at line 90 of file vendorbase.hxx.

Member Typedef Documentation

◆ createInstance_func

typedef rtl::Reference< VendorBase >(* jfw_plugin::VendorBase::createInstance_func) ()
protected

Definition at line 168 of file vendorbase.hxx.

Constructor & Destructor Documentation

◆ VendorBase()

jfw_plugin::VendorBase::VendorBase ( )

Member Function Documentation

◆ compareVersions()

virtual int jfw_plugin::VendorBase::compareVersions ( const OUString &  sSecond) const
pure virtual

◆ getHome()

const OUString & jfw_plugin::VendorBase::getHome ( ) const

◆ getLibraryPath()

const OUString & jfw_plugin::VendorBase::getLibraryPath ( ) const

◆ getLibraryPaths()

virtual char const *const * jfw_plugin::VendorBase::getLibraryPaths ( int size)
protectedpure virtual

◆ getRuntimeLibrary()

const OUString & jfw_plugin::VendorBase::getRuntimeLibrary ( ) const

◆ getRuntimePaths()

virtual char const *const * jfw_plugin::VendorBase::getRuntimePaths ( int size)
protectedpure virtual

◆ getVendor()

const OUString & jfw_plugin::VendorBase::getVendor ( ) const

◆ getVersion()

const OUString & jfw_plugin::VendorBase::getVersion ( ) const

◆ initialize()

bool jfw_plugin::VendorBase::initialize ( const std::vector< std::pair< OUString, OUString > > &  props)
protected

◆ isValidArch()

bool jfw_plugin::VendorBase::isValidArch ( ) const

◆ needsRestart()

bool jfw_plugin::VendorBase::needsRestart ( ) const

Friends And Related Function Documentation

◆ createInstance

rtl::Reference< VendorBase > createInstance ( createInstance_func  pFunc,
const std::vector< std::pair< OUString, OUString > > &  properties 
)
friend

Member Data Documentation

◆ m_sArch

OUString jfw_plugin::VendorBase::m_sArch
private

Definition at line 179 of file vendorbase.hxx.

◆ m_sHome

OUString jfw_plugin::VendorBase::m_sHome
private

Definition at line 176 of file vendorbase.hxx.

◆ m_sLD_LIBRARY_PATH

OUString jfw_plugin::VendorBase::m_sLD_LIBRARY_PATH
private

Definition at line 178 of file vendorbase.hxx.

◆ m_sRuntimeLibrary

OUString jfw_plugin::VendorBase::m_sRuntimeLibrary
private

Definition at line 177 of file vendorbase.hxx.

◆ m_sVendor

OUString jfw_plugin::VendorBase::m_sVendor
private

Definition at line 174 of file vendorbase.hxx.

◆ m_sVersion

OUString jfw_plugin::VendorBase::m_sVersion
private

Definition at line 175 of file vendorbase.hxx.


The documentation for this class was generated from the following file: