org.apache.qpid.url
Class URLHelper

java.lang.Object
  extended by org.apache.qpid.url.URLHelper

public class URLHelper
extends Object


Field Summary
static char ALTERNATIVE_OPTION_SEPARATOR
           
static char BROKER_SEPARATOR
           
static char DEFAULT_OPTION_SEPERATOR
           
 
Constructor Summary
URLHelper()
           
 
Method Summary
static URLSyntaxException parseError(int index, int length, String error, String url)
           
static URLSyntaxException parseError(int index, String error, String url)
           
static void parseOptions(Map<String,String> optionMap, String options)
           
static String printOptions(Map<String,String> options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_OPTION_SEPERATOR

public static final char DEFAULT_OPTION_SEPERATOR
See Also:
Constant Field Values

ALTERNATIVE_OPTION_SEPARATOR

public static final char ALTERNATIVE_OPTION_SEPARATOR
See Also:
Constant Field Values

BROKER_SEPARATOR

public static final char BROKER_SEPARATOR
See Also:
Constant Field Values
Constructor Detail

URLHelper

public URLHelper()
Method Detail

parseOptions

public static void parseOptions(Map<String,String> optionMap,
                                String options)
                         throws URLSyntaxException
Throws:
URLSyntaxException

parseError

public static URLSyntaxException parseError(int index,
                                            String error,
                                            String url)

parseError

public static URLSyntaxException parseError(int index,
                                            int length,
                                            String error,
                                            String url)

printOptions

public static String printOptions(Map<String,String> options)


Licensed to the Apache Software Foundation