public class PropertiesFactory extends NamedFactory
NamedFactory.NodeValueParseException| Constructor and Description |
|---|
PropertiesFactory(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHandlesNodeChildren() |
Object |
newInstance(groovy.util.FactoryBuilderSupport builder,
Object name,
Object value,
Map attrs) |
boolean |
onNodeChildren(groovy.util.FactoryBuilderSupport builder,
Object node,
groovy.lang.Closure content) |
getName, setParent, toStringpublic PropertiesFactory(String name)
public boolean isHandlesNodeChildren()
isHandlesNodeChildren in interface groovy.util.FactoryisHandlesNodeChildren in class groovy.util.AbstractFactorypublic Object newInstance(groovy.util.FactoryBuilderSupport builder, Object name, Object value, Map attrs) throws InstantiationException, IllegalAccessException
public boolean onNodeChildren(groovy.util.FactoryBuilderSupport builder,
Object node,
groovy.lang.Closure content)
onNodeChildren in interface groovy.util.FactoryonNodeChildren in class groovy.util.AbstractFactoryCopyright © 2025. All rights reserved.