Package com.thoughtworks.qdox.model.impl
Class DefaultDocletTagFactory
java.lang.Object
com.thoughtworks.qdox.model.impl.DefaultDocletTagFactory
- All Implemented Interfaces:
DocletTagFactory
,Serializable
- Version:
- $Revision$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateDocletTag
(String tag, String text) createDocletTag
(String tag, String text, JavaAnnotatedElement context, int lineNumber)
-
Constructor Details
-
DefaultDocletTagFactory
public DefaultDocletTagFactory()
-
-
Method Details
-
createDocletTag
public DocletTag createDocletTag(String tag, String text, JavaAnnotatedElement context, int lineNumber) - Specified by:
createDocletTag
in interfaceDocletTagFactory
- Parameters:
tag
- the tagtext
- the textcontext
- the contextlineNumber
- the line number- Returns:
- the doclet tag
-
createDocletTag
- Specified by:
createDocletTag
in interfaceDocletTagFactory
- Parameters:
tag
- the tagtext
- the text- Returns:
- the doclet tag
-