类 TagParser

java.lang.Object
com.thoughtworks.qdox.model.util.TagParser

public final class TagParser extends Object
  • 方法详细资料

    • parseNamedParameters

      public static Map<String,String> parseNamedParameters(String tagValue)
      Extract a Map of named parameters
      参数:
      tagValue - the tag value
      返回:
      a Map with the parameter names and their values
    • parseWords

      public static String[] parseWords(String tagValue)
      Extract an array of positional parameters
      参数:
      tagValue - the tag value
      返回:
      an array with words
    • parseParameters

      public static List<String> parseParameters(String tagValue)
      Extract an array of parameters as name or name=value representation
      参数:
      tagValue - the tag value
      返回:
      the names of the parameters
      从以下版本开始:
      1.11