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 URLfix(URL fileUrl)static StringgetRelativePath(URL baseUrl, URL link)static URLgetURLto(String baseDocument, String outgoingLink)static FileguessRightCase(String filename)static URLguessRightCase(URL file)
-
-
-
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
-
-