xdoclet.modules.maven
Class MavenpluginTagsHandler
AntdocTagsHandler
xdoclet.modules.maven.MavenpluginTagsHandler
public class MavenpluginTagsHandler
extends AntdocTagsHandler
This tag handler is used to generate xdoclet Maven plugin.
- namespace = "Mavenplugin"
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)