Package com.thoughtworks.qdox.model.util
Class TagParser
java.lang.Object
com.thoughtworks.qdox.model.util.TagParser
-
Method Summary
Modifier and TypeMethodDescriptionparseNamedParameters
(String tagValue) Extract a Map of named parametersparseParameters
(String tagValue) Extract an array of parameters as name or name=value representationstatic String[]
parseWords
(String tagValue) Extract an array of positional parameters
-
Method Details
-
parseNamedParameters
Extract a Map of named parameters- Parameters:
tagValue
- the tag value- Returns:
- a Map with the parameter names and their values
-
parseWords
Extract an array of positional parameters- Parameters:
tagValue
- the tag value- Returns:
- an array with words
-
parseParameters
Extract an array of parameters as name or name=value representation- Parameters:
tagValue
- the tag value- Returns:
- the names of the parameters
- Since:
- 1.11
-