|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.carol.cmi.config.ProviderURLsParser
@Immutable public final class ProviderURLsParser
To parse a list of provider URLs.
| Method Summary | |
|---|---|
static java.util.List<java.lang.String> |
parse(java.lang.String input)
Returns a list of provider URLs with scheme. |
static java.util.Map<java.lang.String,java.util.List<java.lang.String>> |
parseMultiprotocol(java.lang.String input)
Return an association of protocol name with a list of provider URLs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static java.util.List<java.lang.String> parse(java.lang.String input)
throws java.net.MalformedURLException
input - a list of provider URLs without scheme (except the first)
java.net.MalformedURLException - if the parameter is malformed
public static java.util.Map<java.lang.String,java.util.List<java.lang.String>> parseMultiprotocol(java.lang.String input)
throws java.net.MalformedURLException
input - a sequential representation of an association of protocol name with a list of provider URLs
java.net.MalformedURLException - if the parameter is malformed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||