Groovy Documentation

org.codehaus.griffon.runtime.lanterna
[Java] Class LanternaCompositeBuilderCustomizer

java.lang.Object
  org.codehaus.griffon.runtime.builder.DefaultCompositeBuilderCustomizer
      org.codehaus.griffon.runtime.lanterna.LanternaCompositeBuilderCustomizer

public class LanternaCompositeBuilderCustomizer
extends DefaultCompositeBuilderCustomizer

Lanterna based implementation of the CompositeBuilderCustomizer interface.

Authors:
Andres Almiray


Field Summary
private static org.slf4j.Logger LOG

 
Constructor Summary
LanternaCompositeBuilderCustomizer()

 
Method Summary
void registerBeanFactory(FactoryBuilderSupport builder, String name, String groupName, Class beanClass)

 
Methods inherited from class DefaultCompositeBuilderCustomizer
registerExplicitProperty, registerExplicitMethod, registerBeanFactory, registerFactory, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

LanternaCompositeBuilderCustomizer

LanternaCompositeBuilderCustomizer()


 
Method Detail

registerBeanFactory

@Override
public void registerBeanFactory(FactoryBuilderSupport builder, String name, String groupName, Class beanClass)


 

Groovy Documentation