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

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

public class PentahoVersionCheckHelper
extends Object

Avoid loading this class without reflection, so if someone deletes the versionchecker.jar, there will be no class loading exceptions

Author:
Will Gorman

Constructor Summary
PentahoVersionCheckHelper()
           
 
Method Summary
 ArrayList getResults()
           
 void performUpdate()
           
 void setIgnoreExistingUpdates(boolean ignoreExistingUpdates)
           
 void setVersionRequestFlags(int versionRequestFlags)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PentahoVersionCheckHelper

public PentahoVersionCheckHelper()
Method Detail

setVersionRequestFlags

public void setVersionRequestFlags(int versionRequestFlags)

setIgnoreExistingUpdates

public void setIgnoreExistingUpdates(boolean ignoreExistingUpdates)

getResults

public ArrayList getResults()

performUpdate

public void performUpdate()