|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.schemedit.url.NormalizedURL
public class NormalizedURL
Constructor Summary | |
---|---|
NormalizedURL(String url)
|
Method Summary | |
---|---|
void |
normalize()
|
void |
normalizeByProtocol()
Protocol-Based Normalization (see RFC3986 6.2.4) |
void |
normalizeByScheme()
Scheme-Based Normalization (see RFC3986 6.2.3) |
void |
normalizeCase()
Case Normalization (see RFC3986 6.2.2.1) |
void |
normalizePathSegment()
Path Segment Normalization (see RFC3986 6.2.2.3) |
void |
normalizePercentEncoding()
Percent-Encoding Normalization (see RFC3986 6.2.2.2) |
void |
normalizeSyntax()
Performs the following: Case Normalization Percent-Encoding Normalization Path Segment Normalization |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NormalizedURL(String url) throws URISyntaxException
URISyntaxException
Method Detail |
---|
public void normalize()
normalize
in interface NormalizedURI
public void normalizeSyntax()
NormalizedURI
normalizeSyntax
in interface NormalizedURI
public void normalizeCase()
NormalizedURI
normalizeCase
in interface NormalizedURI
public void normalizePercentEncoding()
NormalizedURI
normalizePercentEncoding
in interface NormalizedURI
public void normalizePathSegment()
NormalizedURI
normalizePathSegment
in interface NormalizedURI
public void normalizeByScheme()
NormalizedURI
normalizeByScheme
in interface NormalizedURI
public void normalizeByProtocol()
NormalizedURI
normalizeByProtocol
in interface NormalizedURI
public String toString()
toString
in class Object
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |