org.pentaho.platform.plugin.services.versionchecker
Class PentahoVersionCheckDataProvider

java.lang.Object
  extended by org.pentaho.platform.plugin.services.versionchecker.PentahoVersionCheckDataProvider

public class PentahoVersionCheckDataProvider
extends Object


Constructor Summary
PentahoVersionCheckDataProvider()
           
 
Method Summary
 String getApplicationID()
          Returns the application id (code) for this application (the pentaho platform)
 String getApplicationVersion()
          Returns the application version number found in the manifest
 String getBaseURL()
          Returns the base url for the connection to the pentaho version checking server.
 int getDepth()
          generates the depth flags
 Map getExtraInformation()
          Returns the extra information that can be provided.
 void setVersionRequestFlags(int flags)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PentahoVersionCheckDataProvider

public PentahoVersionCheckDataProvider()
Method Detail

setVersionRequestFlags

public void setVersionRequestFlags(int flags)

getApplicationID

public String getApplicationID()
Returns the application id (code) for this application (the pentaho platform)


getApplicationVersion

public String getApplicationVersion()
Returns the application version number found in the manifest


getBaseURL

public String getBaseURL()
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.


getExtraInformation

public Map getExtraInformation()
Returns the extra information that can be provided.


getDepth

public int getDepth()
generates the depth flags