flux
Class GitTriggerFactory

java.lang.Object
  extended by flux.GitTriggerFactory
All Implemented Interfaces:
flux.dev.AdapterFactory

public class GitTriggerFactory
extends Object
implements flux.dev.AdapterFactory

Factory for creating GitTrigger.

Author:
arul@flux.ly

Constructor Summary
GitTriggerFactory()
           
 
Method Summary
 void init(fluximpl.FlowChartImpl flowChart)
           
 GitTrigger makeGitTrigger(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitTriggerFactory

public GitTriggerFactory()
Method Detail

init

public void init(fluximpl.FlowChartImpl flowChart)
Specified by:
init in interface flux.dev.AdapterFactory

makeGitTrigger

public GitTrigger makeGitTrigger(String name)


© 2012 Flux Corporation. All rights reserved.