Package com.thoughtworks.qdox.model
Class DefaultDocletTag
java.lang.Object
com.thoughtworks.qdox.model.DefaultDocletTag
- All Implemented Interfaces:
DocletTag
,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultDocletTag
(String name, String value) DefaultDocletTag
(String name, String value, AbstractBaseJavaEntity context, int lineNumber) -
Method Summary
Modifier and TypeMethodDescriptionfinal AbstractBaseJavaEntity
int
getName()
getNamedParameter
(String key) String[]
getValue()
-
Constructor Details
-
DefaultDocletTag
-
DefaultDocletTag
-
-
Method Details
-
getName
-
getValue
-
getParameters
- Specified by:
getParameters
in interfaceDocletTag
- Returns:
- an array of whitespace-separatedtag parameters
-
getNamedParameterMap
- Specified by:
getNamedParameterMap
in interfaceDocletTag
- Returns:
- a Map containing all the named-parameters
-
getNamedParameter
- Specified by:
getNamedParameter
in interfaceDocletTag
- Parameters:
key
- name of a named-parameter- Returns:
- the corresponding value, or null if no such named-parameter was present
-
getContext
- Specified by:
getContext
in interfaceDocletTag
- Returns:
- the language element to which this tag applies
-
getLineNumber
public int getLineNumber()- Specified by:
getLineNumber
in interfaceDocletTag
- Returns:
- the line-number where the tag occurred
-