Uses of Interface
groovy.util.Factory

Packages that use Factory
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
 

Uses of Factory in groovy.util
 

Classes in groovy.util that implement Factory
 class AbstractFactory
           
private static class ObjectGraphBuilder.ObjectFactory
           
private static class ObjectGraphBuilder.ObjectRefFactory
           
 

Methods in groovy.util that return Factory
 Factory FactoryBuilderSupport.getCurrentFactory()
          Returns the factory that built the current node.
 Factory FactoryBuilderSupport.getParentFactory()
          Returns the factory of the parent of the current node.
protected  Factory ObjectGraphBuilder.resolveFactory(java.lang.Object name, java.util.Map attributes, java.lang.Object value)
           
protected  Factory FactoryBuilderSupport.resolveFactory(java.lang.Object name, java.util.Map attributes, java.lang.Object value)
          Returns the Factory associated with name.
This is a hook for subclasses to plugin a custom strategy for mapping names to factories.
 

Methods in groovy.util with parameters of type Factory
 void FactoryBuilderSupport.registerFactory(java.lang.String name, Factory factory)
          Registers a factory for a node name.
 



Copyright © ${year} The Codehaus. All Rights Reserved.