xdoclet.modules.maven
Class MavenpluginTagsHandler

java.lang.Object
  extended by xdoclet.template.TemplateTagHandler
      extended by xdoclet.XDocletTagSupport
          extended by xdoclet.modules.doc.AntdocTagsHandler
              extended by xdoclet.modules.maven.MavenpluginTagsHandler

public class MavenpluginTagsHandler
extends AntdocTagsHandler

This tag handler is used to generate xdoclet Maven plugin.

Version:
$Revision: 1.4 $
Author:
Ara Abrahamian
xdoclet.taghandler
namespace = "Mavenplugin"
created
21 September 2002

Field Summary
 
Fields inherited from class xdoclet.modules.doc.AntdocTagsHandler
docElement, subElement
 
Fields inherited from class xdoclet.XDocletTagSupport
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER
 
Constructor Summary
MavenpluginTagsHandler()
           
 
Method Summary
 void forAllTasks(java.lang.String template)
           
 java.util.List getTasks()
           
 void ifIsAConfigParam(java.lang.String template)
           
 void ifIsAFileSet(java.lang.String template)
           
 void ifIsANestedElement(java.lang.String template)
           
 void ifIsASubTask(java.lang.String template)
           
 void ifIsNotAFileSet(java.lang.String template)
           
 void ifIsNotANestedElement(java.lang.String template)
           
 void ifIsNotASubTask(java.lang.String template)
           
 java.lang.String moduleName()
           
 java.lang.String nestedElementName()
           
 java.lang.String nestedElementType()
           
 void setTasks(java.util.List tasks)
           
 
Methods inherited from class xdoclet.modules.doc.AntdocTagsHandler
elementName, enumerateValues, forAllSubElements, ifHasSubElements, required, rootlink, setDocElement, subElementDescription, subElementLink, subElementName
 
Methods inherited from class xdoclet.XDocletTagSupport
delimit, expandClassName, generate, getCurrentClass, getCurrentClassTag, getCurrentConstructor, getCurrentField, getCurrentFieldTag, getCurrentMethod, getCurrentMethodTag, getCurrentPackage, getDocletContext, getEngine, getExpandedDelimitedTagValue, getTagValue, getTagValue, getTagValue, hasHavingClassTag, hasTag, isTagValueEqual, mandatoryParamNotFound, mandatoryTemplateTagParamNotFound, modifiers, popCurrentClass, pushCurrentClass, setCurrentClass, setCurrentClassTag, setCurrentConstructor, setCurrentField, setCurrentFieldTag, setCurrentMethod, setCurrentMethodTag, setCurrentPackage
 
Methods inherited from class xdoclet.template.TemplateTagHandler
getXJavaDoc, setXJavaDoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MavenpluginTagsHandler

public MavenpluginTagsHandler()
Method Detail

getTasks

public java.util.List getTasks()

setTasks

public void setTasks(java.util.List tasks)

forAllTasks

public void forAllTasks(java.lang.String template)
                 throws XDocletException
Throws:
XDocletException

ifIsASubTask

public void ifIsASubTask(java.lang.String template)
                  throws XDocletException
Throws:
XDocletException

ifIsNotASubTask

public void ifIsNotASubTask(java.lang.String template)
                     throws XDocletException
Throws:
XDocletException

ifIsAFileSet

public void ifIsAFileSet(java.lang.String template)
                  throws XDocletException
Throws:
XDocletException

ifIsNotAFileSet

public void ifIsNotAFileSet(java.lang.String template)
                     throws XDocletException
Throws:
XDocletException

ifIsAConfigParam

public void ifIsAConfigParam(java.lang.String template)
                      throws XDocletException
Throws:
XDocletException

ifIsANestedElement

public void ifIsANestedElement(java.lang.String template)
                        throws XDocletException
Throws:
XDocletException

nestedElementName

public java.lang.String nestedElementName()
                                   throws XDocletException
Throws:
XDocletException

nestedElementType

public java.lang.String nestedElementType()
                                   throws XDocletException
Throws:
XDocletException

moduleName

public java.lang.String moduleName()
                            throws XDocletException
Throws:
XDocletException

ifIsNotANestedElement

public void ifIsNotANestedElement(java.lang.String template)
                           throws XDocletException
Throws:
XDocletException

http://xdoclet.sourceforge.net/