Package com.thoughtworks.qdox.model.util
Class TagParser
java.lang.Object
com.thoughtworks.qdox.model.util.TagParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map
parseNamedParameters
(String tagValue) Extract a Map of named parametersstatic String[]
parseParameters
(String tagValue) Extract an array of parameters as name or name=value representationstatic String[]
parseWords
(String tagValue) Extract an array of positional parameters
-
Constructor Details
-
TagParser
public TagParser()
-
-
Method Details
-
parseNamedParameters
Extract a Map of named parameters -
parseWords
Extract an array of positional parameters -
parseParameters
Extract an array of parameters as name or name=value representation- Since:
- 1.11
-