| |
|
| java.lang.Object org.pentaho.plugin.versionchecker.PentahoVersionCheckDataProvider
PentahoVersionCheckDataProvider | public class PentahoVersionCheckDataProvider implements IVersionCheckDataProvider(Code) | | |
versionInfo | final protected static VersionInfo versionInfo(Code) | | The version information for the pentaho platform is in the core jar. The PentahoSystem
class will guarantee that we get the information. This information will contain the
product id and the version number.
|
versionRequestFlags | protected int versionRequestFlags(Code) | | |
computeOSMask | protected int computeOSMask()(Code) | | |
getApplicationID | public String getApplicationID()(Code) | | Returns the application id (code) for this application (the pentaho platform)
|
getApplicationVersion | public String getApplicationVersion()(Code) | | Returns the application version number found in the manifest
|
getBaseURL | public String getBaseURL()(Code) | | Returns the base url for the connection to the pentaho version checking server.
Currently, there is no reason to use anything other than the default.
|
getDepth | public int getDepth()(Code) | | generates the depth flags
|
getExtraInformation | public Map getExtraInformation()(Code) | | Returns the extra information that can be provided.
|
setVersionRequestFlags | public void setVersionRequestFlags(int flags)(Code) | | |
|
|
|