org.picocontainer.script.groovy.nodes
Class ClasspathNode
java.lang.Object
org.picocontainer.script.groovy.nodes.AbstractBuilderNode
org.picocontainer.script.groovy.nodes.ClasspathNode
- All Implemented Interfaces:
- Serializable, BuilderNode
public class ClasspathNode
- extends AbstractBuilderNode
- Author:
- James Strachan, Paul Hammant, Aslak Hellesøy, Michael Rimov, Mauro Talevi
- See Also:
- Serialized Form
NODE_NAME
public static final String NODE_NAME
- See Also:
- Constant Field Values
ClasspathNode
public ClasspathNode()
createNewNode
public Object createNewNode(Object current,
Map attributes)
- Description copied from interface:
BuilderNode
- Creates a new node .
- Parameters:
current
- the current Object - may be null
for no
parent container.attributes
- the Map of scripted attributes for the builder node -
may be null
- Returns:
- The newly created node
Copyright © 2003-2010 Codehaus. All Rights Reserved.