GraphLab Project

graphlab.plugins.commandline.extensionloader
Class BSHExtensionLoader

java.lang.Object
  extended by graphlab.plugins.commandline.extensionloader.BSHExtensionLoader
All Implemented Interfaces:
UnknownExtensionLoader

public class BSHExtensionLoader
extends java.lang.Object
implements UnknownExtensionLoader

This class loads extensions from .bsh files in extensions folder.


Constructor Summary
BSHExtensionLoader(Shell shell)
           
 
Method Summary
 Extension ExtensionLoader(java.lang.String extFileName)
           
 Extension load(java.io.File file, BlackBoard blackboard)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSHExtensionLoader

public BSHExtensionLoader(Shell shell)
Method Detail

ExtensionLoader

public Extension ExtensionLoader(java.lang.String extFileName)

load

public Extension load(java.io.File file,
                      BlackBoard blackboard)
Specified by:
load in interface UnknownExtensionLoader

GraphLab Project