Esri Geoportal Server
1.0

com.esri.gpt.framework.resource.api
Interface SourceUri

All Known Implementing Classes:
StringUri, UrlUri, UuidUri

public interface SourceUri

Source URI. Each publishable resource must be identified in a unique way. This also depends on the source of such a resource. SourceUri defines how such a resource can be compared with another. It is usually done through Object.equals(java.lang.Object) method.


Method Summary
 String asString()
          Provides pure string representation of the Source URI.
 

Method Detail

asString

String asString()
Provides pure string representation of the Source URI.

Returns:
pure string representation of the Source URI

Esri Geoportal Server
1.0

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