org.gedcomx.common
Class URI

java.lang.Object
  extended by org.gedcomx.common.URI

public final class URI
extends Object

A wrapper object for a URI.

Author:
Ryan Heaton

Constructor Summary
URI(String value)
           
URI(URI value)
           
 
Method Summary
static URI create(String uri)
           
static URI create(URI uri)
           
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 URI toURI()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URI

public URI(URI value)

URI

public URI(String value)
Method Detail

create

public static URI create(String uri)

create

public static URI create(URI uri)

toURI

public URI toURI()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2015. All rights reserved.