public class DocumentURI extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
CASE_BLIND_FILES |
Constructor and Description |
---|
DocumentURI(String uri)
Create a DocumentURI object that wraps a given URI
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
static String |
normalizeURI(String uri)
Normalize the representation of file: URIs to give better equality matching than straight
string comparison.
|
String |
toString() |
public DocumentURI(String uri)
uri
- the URI to be wrapped. Must not be nullNullPointerException
- if uri is nullpublic static String normalizeURI(String uri)
uri
- the URI to be normalized