Class NodeFactoryLocator

java.lang.Object
com.fluxtion.generator.graphbuilder.NodeFactoryLocator

public class NodeFactoryLocator
extends java.lang.Object
Loads a set of NodeFactory using the ServiceLoader support provided by Java platform. New factories can be added to Fluxtion using the extension mechanism described in ServiceLoader documentation.
Author:
greg
  • Constructor Summary

    Constructors 
    Constructor Description
    NodeFactoryLocator()  
  • Method Summary

    Modifier and Type Method Description
    static java.util.Set<java.lang.Class<? extends com.fluxtion.builder.node.NodeFactory>> nodeFactorySet()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • nodeFactorySet

      public static final java.util.Set<java.lang.Class<? extends com.fluxtion.builder.node.NodeFactory>> nodeFactorySet() throws java.lang.Exception
      Throws:
      java.lang.Exception