GraphLab Project

graphlab.plugins.commonplugin.reporter
Class ReporterPluginMethods

java.lang.Object
  extended by graphlab.plugins.commonplugin.reporter.ReporterPluginMethods
All Implemented Interfaces:
PluginMethods

public class ReporterPluginMethods
extends java.lang.Object
implements PluginMethods

Author:
azin azadi

Constructor Summary
ReporterPluginMethods()
           
 
Method Summary
 boolean browse(java.net.URL url)
          opens a browser for displaing the given url it first tries to open an external browser then internal one
 void showBugBuddy()
          opens a browser window to report a bug to server ## it is also possible to have a more control on the opening page, the operation are similar to ExceptionReport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReporterPluginMethods

public ReporterPluginMethods()
Method Detail

browse

public boolean browse(java.net.URL url)
opens a browser for displaing the given url it first tries to open an external browser then internal one

Returns:
true if successfull

showBugBuddy

public void showBugBuddy()
opens a browser window to report a bug to server ## it is also possible to have a more control on the opening page, the operation are similar to ExceptionReport


GraphLab Project