Class CustomizersFactory
java.lang.Object
groovy.util.AbstractFactory
org.codehaus.groovy.control.customizers.builder.CustomizersFactory
- All Implemented Interfaces:
- Factory,- PostCompletionFactory
This factory generates an array of compilation customizers.
- Since:
- 2.1.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionnewInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes) postCompleteNode(FactoryBuilderSupport factory, Object parent, Object node) voidsetChild(FactoryBuilderSupport builder, Object parent, Object child) Methods inherited from class groovy.util.AbstractFactoryisHandlesNodeChildren, isLeaf, onFactoryRegistration, onHandleNodeAttributes, onNodeChildren, onNodeCompleted, setParent
- 
Constructor Details- 
CustomizersFactorypublic CustomizersFactory()
 
- 
- 
Method Details- 
newInstancepublic Object newInstance(FactoryBuilderSupport builder, Object name, Object value, Map attributes) throws InstantiationException, IllegalAccessException - Specified by:
- newInstancein interface- Factory
- Parameters:
- builder- the FactoryBuilder
- name- the name of the node being built
- value- the 'value' argument in the build node
- attributes- the attributes of the build arg
- Returns:
- the object created for the builder
- Throws:
- InstantiationException- if attempting to instantiate an interface or abstract class
- IllegalAccessException- if the instance can't be created due to a security violation
 
- 
setChild- Specified by:
- setChildin interface- Factory
- Overrides:
- setChildin class- AbstractFactory
 
- 
postCompleteNode- Specified by:
- postCompleteNodein interface- PostCompletionFactory
 
 
-