Package org.apache.qpid.server.url
Class URLHelper
- java.lang.Object
-
- org.apache.qpid.server.url.URLHelper
-
public class URLHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static charALTERNATIVE_OPTION_SEPARATORstatic charBROKER_SEPARATORstatic charDEFAULT_OPTION_SEPERATOR
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URLSyntaxExceptionparseError(int index, int length, String error, String url)static URLSyntaxExceptionparseError(int index, String error, String url)static voidparseOptions(Map<String,String> optionMap, String options)static StringprintOptions(Map<String,String> options)
-
-
-
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
-
-
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)
-
-