Package de.srsoftware.tools.urls
Class Urls
- java.lang.Object
-
- de.srsoftware.tools.urls.Urls
-
public class Urls extends Object
-
-
Constructor Summary
Constructors Constructor Description Urls()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringfilename(URL url)static URLfix(URL fileUrl)static StringgetRelativePath(URL baseUrl, URL link)static URLgetURLto(String baseDocument, String outgoingLink)static FileguessRightCase(String filename)static URLguessRightCase(URL file)static Stringhostname(URL url)
-
-
-
Method Detail
-
getURLto
public static URL getURLto(String baseDocument, String outgoingLink) throws MalformedURLException
- Throws:
MalformedURLException
-
guessRightCase
public static URL guessRightCase(URL file) throws MalformedURLException
- Throws:
MalformedURLException
-
-