|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SchemeParser
SchemeParser is an interface that provides a single parse(String, FileURL) method used by
FileURL.getFileURL(String) to turn a URL string into a corresponding FileURL instance.
FileURL.getFileURL(String),
SchemeHandler| Method Summary | |
|---|---|
void |
parse(java.lang.String url,
FileURL fileURL)
Extracts the different parts from the given URL string and sets them in the specified FileURL instance. |
| Method Detail |
|---|
void parse(java.lang.String url,
FileURL fileURL)
throws java.net.MalformedURLException
Some parts such as the query and fragment have a meaning only for certain schemes such as HTTP, other schemes may simply ignore the corresponding query/fragment delimiters ('?' and '#' resp.) and include them in the path part.
url - the URL to parsefileURL - the FileURL instance to
java.net.MalformedURLException - if the specified string is not a valid URL and cannot be parsed
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This file is part of muCommander - Copyright (C) 2002-2008 Maxence Bernard