Esri Geoportal Server
1.0

com.esri.gpt.framework.resource.common
Class StringUri

java.lang.Object
  extended by com.esri.gpt.framework.resource.common.StringUri
All Implemented Interfaces:
SourceUri

public class StringUri
extends Object
implements SourceUri

String-based source URI.


Constructor Summary
StringUri(String str)
          Creates instance of the source URI.
 
Method Summary
 String asString()
          Provides pure string representation of the Source URI.
 boolean equals(Object sourceUri)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringUri

public StringUri(String str)
Creates instance of the source URI.

Parameters:
str - base string
Method Detail

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

asString

public String asString()
Description copied from interface: SourceUri
Provides pure string representation of the Source URI.

Specified by:
asString in interface SourceUri
Returns:
pure string representation of the Source URI

toString

public String toString()
Overrides:
toString in class Object

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.