|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
| Fields in groovy.util with type parameters of type Factory | |
|---|---|
private java.util.Map<java.lang.String,Factory> |
FactoryBuilderSupport.factories
|
| Methods in groovy.util that return Factory | |
|---|---|
Factory |
FactoryBuilderSupport.getCurrentFactory()
|
Factory |
FactoryBuilderSupport.getParentFactory()
|
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)
This is a hook for subclasses to plugin a custom strategy for mapping names to factories. |
| Methods in groovy.util that return types with arguments of type Factory | |
|---|---|
java.util.Map<java.lang.String,Factory> |
FactoryBuilderSupport.getFactories()
|
java.util.Map<java.lang.String,Factory> |
FactoryBuilderSupport.getLocalFactories()
|
| 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. |
void |
FactoryBuilderSupport.registerFactory(java.lang.String name,
java.lang.String groupName,
Factory factory)
Registers a factory for a node name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||