Groovy Documentation

org.codehaus.griffon.runtime.ldap
[Java] Class LdapSchemaArtifactHandler

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

public class LdapSchemaArtifactHandler
extends SpringArtifactHandlerAdapter

Griffon artefact handler for LDAP schema classes.

Authors:
Luke Daley
Andres Almiray


Field Summary
 
Fields inherited from class SpringArtifactHandlerAdapter
__$stMC, __timeStamp, __timeStamp__239_neverHappen1331299365443
 
Constructor Summary
LdapSchemaArtifactHandler(GriffonApplication app)

 
Method Summary
boolean isArtifactClass(Class clazz)

protected GriffonClass newGriffonClassInstance(Class clazz)

 
Methods inherited from class SpringArtifactHandlerAdapter
setProperty, getProperty, initialize, getMetaClass, invokeMethod, setMetaClass, __$swapInit, super$1$wait, super$1$wait, super$1$wait, super$1$toString, super$1$notify, super$1$getClass, super$1$notifyAll, super$1$finalize, super$1$equals, super$1$clone, super$1$hashCode, this$dist$invoke$2, this$dist$set$2, this$dist$get$2, super$2$getType, registerArtifacts, doWithBeanBuilder, super$2$getArtifacts, super$2$getTrailing, super$2$getClassesByName, super$2$getClassFor, super$2$getClassFor, super$2$isArtifact, super$2$isArtifact, super$2$initialize, super$2$getClasses, super$2$findClassFor, super$2$getApp, getClasses, getType, getArtifacts, getApp, getTrailing, getClassesByName, getClassFor, getClassFor, isArtifact, isArtifact, findClassFor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 
Methods inherited from class ArtifactHandlerAdapter
getClasses, getType, initialize, getArtifacts, getApp, getTrailing, getClassesByName, getClassFor, getClassFor, isArtifact, isArtifact, findClassFor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

LdapSchemaArtifactHandler

public LdapSchemaArtifactHandler(GriffonApplication app)


 
Method Detail

isArtifactClass

public boolean isArtifactClass(Class clazz)


newGriffonClassInstance

protected GriffonClass newGriffonClassInstance(Class clazz)


 

Groovy Documentation