Groovy Documentation

org.codehaus.griffon.runtime.core
[Groovy] Class SpringArtifactHandlerAdapter

java.lang.Object
  org.codehaus.griffon.runtime.core.ArtifactHandlerAdapter
      org.codehaus.griffon.runtime.core.SpringArtifactHandlerAdapter

abstract class SpringArtifactHandlerAdapter
extends ArtifactHandlerAdapter

Authors:
Andres Almiray


Field Summary
private static org.slf4j.Logger LOG

private boolean autoRegisterArtifacts

 
Constructor Summary
SpringArtifactHandlerAdapter(GriffonApplication app, String type, String trailing)

SpringArtifactHandlerAdapter(GriffonApplication app, String type, String trailing, boolean autoRegisterArtifacts)

 
Method Summary
static void doWithBeanBuilder(GriffonApplication app, Closure closure)

void initialize(ArtifactInfo[] artifacts)

void registerArtifacts()

protected void registerGriffonClasses()

protected void registerInstances()

 
Methods inherited from class ArtifactHandlerAdapter
getClasses, getType, initialize, getArtifacts, getApp, getTrailing, getClassesByName, isArtifact, isArtifact, getClassFor, getClassFor, findClassFor, 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


autoRegisterArtifacts

private final boolean autoRegisterArtifacts


 
Constructor Detail

SpringArtifactHandlerAdapter

SpringArtifactHandlerAdapter(GriffonApplication app, String type, String trailing)


SpringArtifactHandlerAdapter

SpringArtifactHandlerAdapter(GriffonApplication app, String type, String trailing, boolean autoRegisterArtifacts)


 
Method Detail

doWithBeanBuilder

static void doWithBeanBuilder(GriffonApplication app, Closure closure)


initialize

void initialize(ArtifactInfo[] artifacts)


registerArtifacts

void registerArtifacts()


registerGriffonClasses

protected void registerGriffonClasses()


registerInstances

protected void registerInstances()


 

Groovy Documentation