public class UrlPathTokenizer extends Object
; and : are used as separators. This class is simlar to Ant's PathTokenizer but has 2 important differences:
| Constructor and Description |
|---|
UrlPathTokenizer(URL baseURL) |
public UrlPathTokenizer(URL baseURL)
public URL[] split(String urls) throws MalformedURLException
urls - not null string with ; or : separated URIs.MalformedURLException - if urls contain a malformed URI or URLCopyright © 2006-2012. All Rights Reserved.