com.thoughtworks.qdox.model.util
Class TagParser

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

public class TagParser
extends Object


Constructor Summary
TagParser()
           
 
Method Summary
static Map parseNamedParameters(String tagValue)
          Extract a Map of named parameters
static String[] parseParameters(String tagValue)
          Extract an array of parameters as name or name=value representation
static String[] parseWords(String tagValue)
          Extract an array of positional parameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagParser

public TagParser()
Method Detail

parseNamedParameters

public static Map parseNamedParameters(String tagValue)
Extract a Map of named parameters


parseWords

public static String[] parseWords(String tagValue)
Extract an array of positional parameters


parseParameters

public static String[] parseParameters(String tagValue)
Extract an array of parameters as name or name=value representation

Since:
1.11


Copyright © 2002-2011. All Rights Reserved.