MCPcopy Index your code
hub / github.com/apache/groovy / newInstance

Method newInstance

src/main/java/groovy/util/Factory.java:59–59  ·  view source on GitHub ↗

@param builder the FactoryBuilder @param name the name of the node being built @param value the 'value' argument in the build node @param attributes the attributes of the build arg @return the object created for the builder @throws InstantiationException if attempting to instantiate an interface or

( FactoryBuilderSupport builder, Object name, Object value, Map attributes )

Source from the content-addressed store, hash-verified

57 * @throws IllegalAccessException if the instance can't be created due to a security violation
58 */
59 Object newInstance( FactoryBuilderSupport builder, Object name, Object value, Map attributes )
60 throws InstantiationException, IllegalAccessException;
61
62 /**

Callers 15

createNodeMethod · 0.95
mainMethod · 0.65
enableHighLighterMethod · 0.65
expandGlobMethod · 0.65
evaluateClosureMethod · 0.65
nextMethod · 0.65
testGetPropertyMethod · 0.65
lazyInitMethod · 0.65
initTemplateEngineMethod · 0.65
AllTestSuiteClass · 0.65

Implementers 1

AbstractFactorysrc/main/java/groovy/util/AbstractFact

Calls

no outgoing calls

Tested by 15

evaluateClosureMethod · 0.52
testGetPropertyMethod · 0.52
compileMethod · 0.52
testDeadlockMethod · 0.52
makeArrayMethod · 0.52
testConverterMethod · 0.52
testConstructorMethod · 0.52
testLoopMethod · 0.52
testPropertiesMethod · 0.52