public class NormalisedURLPath
extends java.lang.Object
Constructor and Description |
---|
NormalisedURLPath(java.lang.String url) |
Modifier and Type | Method and Description |
---|---|
NormalisedURLPath |
appendPath(NormalisedURLPath other) |
java.lang.String |
getAsStringDangerous() |
boolean |
startWith(NormalisedURLPath other) |
public NormalisedURLPath(java.lang.String url) throws java.net.MalformedURLException
java.net.MalformedURLException
public boolean startWith(NormalisedURLPath other)
public NormalisedURLPath appendPath(NormalisedURLPath other) throws java.net.MalformedURLException
java.net.MalformedURLException
public java.lang.String getAsStringDangerous()