Groovy Documentation

griffon.resourcemanager
[Groovy] Class ResourceBuilder

java.lang.Object
  groovy.lang.GroovyObjectSupport
      groovy.lang.Binding
          groovy.util.FactoryBuilderSupport
              griffon.resourcemanager.ResourceBuilder

class ResourceBuilder
extends FactoryBuilderSupport

Authors:
Alexander Klein


Field Summary
 
Fields inherited from class FactoryBuilderSupport
CURRENT_FACTORY, PARENT_FACTORY, PARENT_NODE, CURRENT_NODE, PARENT_CONTEXT, PARENT_NAME, CURRENT_NAME, OWNER, PARENT_BUILDER, CURRENT_BUILDER, CHILD_BUILDER, SCRIPT_CLASS_NAME
 
Property Summary
static def factoryMap

 
Constructor Summary
ResourceBuilder(boolean init = true)

 
Method Summary
def registerFactories()

 
Methods inherited from class FactoryBuilderSupport
setProperty, getProperty, getName, getContext, getParentNode, build, build, build, getCurrent, setVariable, getVariable, getVariables, invokeMethod, invokeMethod, dispose, getFactories, getAttributeDelegates, getPreInstantiateDelegates, getPostInstantiateDelegates, getPostNodeCompletionDelegates, checkValueIsNull, checkValueIsType, checkValueIsTypeNotString, autoRegisterNodes, getExplicitMethods, getExplicitProperties, getLocalFactories, getLocalExplicitMethods, getLocalExplicitProperties, getRegistrationGroups, getRegistrationGroupItems, getContextAttribute, getCurrentFactory, getCurrentName, getCurrentBuilder, getParentFactory, getParentContext, getParentName, getChildBuilder, addAttributeDelegate, removeAttributeDelegate, addPreInstantiateDelegate, removePreInstantiateDelegate, addPostInstantiateDelegate, removePostInstantiateDelegate, addPostNodeCompletionDelegate, removePostNodeCompletionDelegate, registerExplicitProperty, registerExplicitProperty, registerExplicitMethod, registerExplicitMethod, registerBeanFactory, registerBeanFactory, registerFactory, registerFactory, getNameMappingClosure, setNameMappingClosure, withBuilder, withBuilder, withBuilder, addDisposalClosure, hasVariable, getMetaClass, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Binding
setProperty, getProperty, setVariable, getVariable, hasVariable, getVariables, getMetaClass, invokeMethod, setMetaClass, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

factoryMap

static def factoryMap


 
Constructor Detail

ResourceBuilder

ResourceBuilder(boolean init = true)


 
Method Detail

registerFactories

def registerFactories()


 

Groovy Documentation