GraphLab Project

graphlab.plugins.main
Class HandlerInit

java.lang.Object
  extended by graphlab.plugins.main.HandlerInit
All Implemented Interfaces:
PluginHandlerInterface

public class HandlerInit
extends java.lang.Object
implements PluginHandlerInterface


Constructor Summary
HandlerInit()
           
 
Method Summary
 void init(java.lang.String path, BlackBoard blackboard)
          Load config xml in UI.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerInit

public HandlerInit()
Method Detail

init

public void init(java.lang.String path,
                 BlackBoard blackboard)
Load config xml in UI.

Specified by:
init in interface PluginHandlerInterface
Parameters:
path - path of config file. if your config file is in the jar file and in directory "/plugin/config/" and it's name is "config.xml", you should set "plugin-configxml" to "/plugin/config/config.xml"
blackboard - blackboard of GraphLab instance
See Also:
PluginHandlerInterface.init(String,graphlab.platform.core.BlackBoard)

GraphLab Project