|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgraphlab.plugins.main.HandlerInit
public class HandlerInit
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 |
---|
public HandlerInit()
Method Detail |
---|
public void init(java.lang.String path, BlackBoard blackboard)
init
in interface PluginHandlerInterface
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 instancePluginHandlerInterface.init(String,graphlab.platform.core.BlackBoard)
|
GraphLab Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |