Class NamedFactory

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NamedFactory​(java.lang.String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      void setParent​(groovy.util.FactoryBuilderSupport builder, java.lang.Object parent, java.lang.Object child)  
      java.lang.String toString()  
      • Methods inherited from class groovy.util.AbstractFactory

        isHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setChild
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface groovy.util.Factory

        newInstance
    • Constructor Detail

      • NamedFactory

        protected NamedFactory​(java.lang.String name)
    • Method Detail

      • getName

        public java.lang.String getName()
      • setParent

        public void setParent​(groovy.util.FactoryBuilderSupport builder,
                              java.lang.Object parent,
                              java.lang.Object child)
        Specified by:
        setParent in interface groovy.util.Factory
        Overrides:
        setParent in class groovy.util.AbstractFactory
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object