xdoclet.modules.maven

Class 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

Method Summary

void
forAllTasks(String template)
List
getTasks()
void
ifIsAConfigParam(String template)
void
ifIsAFileSet(String template)
void
ifIsANestedElement(String template)
void
ifIsASubTask(String template)
void
ifIsNotAFileSet(String template)
void
ifIsNotANestedElement(String template)
void
ifIsNotASubTask(String template)
String
moduleName()
String
nestedElementName()
String
nestedElementType()
void
setTasks(List tasks)

Method Details

forAllTasks

public void forAllTasks(String template)
            throws xdoclet.XDocletException

getTasks

public List getTasks()

ifIsAConfigParam

public void ifIsAConfigParam(String template)
            throws xdoclet.XDocletException

ifIsAFileSet

public void ifIsAFileSet(String template)
            throws xdoclet.XDocletException

ifIsANestedElement

public void ifIsANestedElement(String template)
            throws xdoclet.XDocletException

ifIsASubTask

public void ifIsASubTask(String template)
            throws xdoclet.XDocletException

ifIsNotAFileSet

public void ifIsNotAFileSet(String template)
            throws xdoclet.XDocletException

ifIsNotANestedElement

public void ifIsNotANestedElement(String template)
            throws xdoclet.XDocletException

ifIsNotASubTask

public void ifIsNotASubTask(String template)
            throws xdoclet.XDocletException

moduleName

public String moduleName()
            throws xdoclet.XDocletException

nestedElementName

public String nestedElementName()
            throws xdoclet.XDocletException

nestedElementType

public String nestedElementType()
            throws xdoclet.XDocletException

setTasks

public void setTasks(List tasks)