Package org.dlese.dpc.schemedit.url
Class NormalizedURL
java.lang.Object
org.dlese.dpc.schemedit.url.NormalizedURL
- All Implemented Interfaces:
NormalizedURI
- Author:
- Edwin Shin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidProtocol-Based Normalization (see RFC3986 6.2.4)voidScheme-Based Normalization (see RFC3986 6.2.3)voidCase Normalization (see RFC3986 6.2.2.1)voidPath Segment Normalization (see RFC3986 6.2.2.3)voidPercent-Encoding Normalization (see RFC3986 6.2.2.2)voidPerforms the following: Case Normalization Percent-Encoding Normalization Path Segment NormalizationtoString()
-
Constructor Details
-
NormalizedURL
- Throws:
URISyntaxException
-
-
Method Details
-
normalize
public void normalize()- Specified by:
normalizein interfaceNormalizedURI
-
normalizeSyntax
public void normalizeSyntax()Description copied from interface:NormalizedURIPerforms the following: Case Normalization Percent-Encoding Normalization Path Segment Normalization- Specified by:
normalizeSyntaxin interfaceNormalizedURI
-
normalizeCase
public void normalizeCase()Description copied from interface:NormalizedURICase Normalization (see RFC3986 6.2.2.1)- Specified by:
normalizeCasein interfaceNormalizedURI
-
normalizePercentEncoding
public void normalizePercentEncoding()Description copied from interface:NormalizedURIPercent-Encoding Normalization (see RFC3986 6.2.2.2)- Specified by:
normalizePercentEncodingin interfaceNormalizedURI
-
normalizePathSegment
public void normalizePathSegment()Description copied from interface:NormalizedURIPath Segment Normalization (see RFC3986 6.2.2.3)- Specified by:
normalizePathSegmentin interfaceNormalizedURI
-
normalizeByScheme
public void normalizeByScheme()Description copied from interface:NormalizedURIScheme-Based Normalization (see RFC3986 6.2.3)- Specified by:
normalizeBySchemein interfaceNormalizedURI
-
normalizeByProtocol
public void normalizeByProtocol()Description copied from interface:NormalizedURIProtocol-Based Normalization (see RFC3986 6.2.4)- Specified by:
normalizeByProtocolin interfaceNormalizedURI
-
toString
-