Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013

ag.ion.bion.officelayer.application
Interface ILazyApplicationInfo

All Known Implementing Classes:
LazyApplicationInfo

public interface ILazyApplicationInfo

Lazy information provider of an office application.


Field Summary
static ILazyApplicationInfo[] EMPTY_LAZY_APPLICATION_INFOS_ARRAY
          Empty array of lazy application info objects.
 
Method Summary
 java.lang.String getHome()
          Returns home of the office application.
 int getMajorVersion()
          Returns major version of the office application.
 int getMinorVersion()
          Returns minor version of the office application.
 IApplicationProperties getProperties()
          Returns properties of the office application.
 int getUpdateVersion()
          Returns update version of the office application.
 

Field Detail

EMPTY_LAZY_APPLICATION_INFOS_ARRAY

static final ILazyApplicationInfo[] EMPTY_LAZY_APPLICATION_INFOS_ARRAY
Empty array of lazy application info objects.

Method Detail

getHome

java.lang.String getHome()
Returns home of the office application.

Returns:
home of the office application

getProperties

IApplicationProperties getProperties()
Returns properties of the office application. The properties will be invetigated from the bootstrap.ini file. Returns null if the properties are not available.

Returns:
properties of the office application or null if the properties are not available

getMajorVersion

int getMajorVersion()
Returns major version of the office application. Returns -1 if the major version is not available.

Returns:
major version of the office application or -1 if the major version is not available

getMinorVersion

int getMinorVersion()
Returns minor version of the office application. Returns -1 if the minor version is not available.

Returns:
minor version of the office application or -1 if the minor version is not available

getUpdateVersion

int getUpdateVersion()
Returns update version of the office application. Returns -1 if the update version is not available.

Returns:
update version of the office application or -1 if the update version is not available

Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc for Elexis version 2.1.7.dev vom 17.03.2013