@groovy.transform.CompileStatic class ApplicationArtefactHandler extends ArtefactHandlerAdapter
An ArtefactHandler that identifies the Application class
Modifiers | Name | Description |
---|---|---|
static org.codehaus.groovy.ast.ClassNode |
AUTO_CONFIGURATION_CLASS_NODE |
|
static java.lang.String |
TYPE |
Fields inherited from class | Fields |
---|---|
class ArtefactHandlerAdapter |
allowAbstract, artefactSuffix, grailsClassImpl, grailsClassType, type |
Constructor and description |
---|
ApplicationArtefactHandler
() |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
isArtefact(org.codehaus.groovy.ast.ClassNode classNode) |
|
boolean |
isArtefactClass(java.lang.Class clazz) |
Methods inherited from class | Name |
---|---|
class ArtefactHandlerAdapter |
getArtefactForFeature, getPluginName, getType, initialize, isArtefact, isArtefact, isArtefactClass, isArtefactGrailsClass, isArtefactResource, isValidArtefactClassNode, newArtefactClass |