cascading.groovy.factory
Class AssemblyFactory

java.lang.Object
  extended by AbstractFactory
      extended by cascading.groovy.factory.AssemblyFactory

public class AssemblyFactory
extends AbstractFactory


Nested Class Summary
static class AssemblyFactory.Assembly
           
 
Constructor Summary
AssemblyFactory()
           
 
Method Summary
 Object newInstance(FactoryBuilderSupport builder, Object type, Object value, Map attributes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssemblyFactory

public AssemblyFactory()
Method Detail

newInstance

public Object newInstance(FactoryBuilderSupport builder,
                          Object type,
                          Object value,
                          Map attributes)
                   throws InstantiationException,
                          IllegalAccessException
Throws:
InstantiationException
IllegalAccessException


Copyright © 2007-2008 Concurrent, Inc. All Rights Reserved.