ch.fortysix.maven.report.taglist
Class TagClass

java.lang.Object
  extended by ch.fortysix.maven.report.taglist.TagClass
All Implemented Interfaces:
groovy.lang.GroovyObject

public class TagClass
extends Object
implements groovy.lang.GroovyObject

This class has to be in the same package as the plugin using it.

Author:
Domi

Constructor Summary
TagClass()
           
 
Method Summary
 String getDisplayName()
           
 groovy.lang.MetaClass getMetaClass()
           
 Object getProperty(String name)
           
 Set getReceivers()
           
 Object invokeMethod(String name, Object args)
           
 void setDisplayName(String value)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setProperty(String name, Object value)
           
 void setReceivers(Set value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagClass

public TagClass()
Method Detail

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String value)

getReceivers

public Set getReceivers()

setReceivers

public void setReceivers(Set value)

getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String name,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2009-2010. All Rights Reserved.