org.kt3k.straw
Class StrawPluginActionFactory

java.lang.Object
  extended by org.kt3k.straw.StrawPluginActionFactory

public class StrawPluginActionFactory
extends java.lang.Object


Constructor Summary
StrawPluginActionFactory()
           
 
Method Summary
static org.kt3k.straw.StrawPluginAction createPluginAction(java.lang.reflect.Method method, StrawPlugin plugin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StrawPluginActionFactory

public StrawPluginActionFactory()
Method Detail

createPluginAction

public static org.kt3k.straw.StrawPluginAction createPluginAction(java.lang.reflect.Method method,
                                                                  StrawPlugin plugin)