org.ow2.carol.cmi.config
Class ProviderURLsParser

java.lang.Object
  extended by org.ow2.carol.cmi.config.ProviderURLsParser

@Immutable
public final class ProviderURLsParser
extends java.lang.Object

To parse a list of provider URLs.

Author:
The new CMI team

Method Summary
static java.util.List<java.lang.String> parse(java.lang.String input)
          Returns a list of provider URLs with scheme.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parse

public static java.util.List<java.lang.String> parse(java.lang.String input)
                                              throws java.net.MalformedURLException
Returns a list of provider URLs with scheme.

Parameters:
input - a list of provider URLs without scheme (except the first)
Returns:
a list of provider URLs with scheme
Throws:
java.net.MalformedURLException - if the parameter is malformed


Copyright © 2007 OW2 Consortium. All Rights Reserved.